Skip to content

feat(gcp): Firestore in Cloud Explorer #97

Description

@hectorvent

Add Firestore to the Cloud Explorer (gcp)

The gcp emulator implements Firestore (~0 operations). The UI does not surface it yet.

Backend (packages/api)

  • src/cloud-spi/nosqlSchema.tsnosqlSchemaFor('gcp') (model: src/cloud-spi/storageSchema.ts)
  • src/adapter-gcp/GcpFirestoreAdapter.ts implements CloudServiceAdapter + GcpFirestoreAdapter.test.ts (model: src/adapter-aws/AwsStorageAdapter.ts)
  • Register new GcpFirestoreAdapter() in src/cloudProxy.ts; add services.push({...}) + schema() fallback in src/service/CloudProxyService.ts

Frontend (packages/frontend)

  • Verify nav shows Firestore for gcp and normalizeService() handles the literal (pages/CloudExplorerPage.tsx)
  • Confirm generic DynamicResourceView rendering; add a service === '...' panel only if deep UX is needed

Acceptance

  • Firestore appears in the gcp nav; list / create / delete / inspect work against the local emulator
  • Adapter unit test passes

Depends on #67 (new nosql service type).
Emulator source: floci-gcp/src/main/java/io/floci/gcp/services/firestore/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededservice-coverageAdd a cloud service to the Cloud Explorer

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions