Add Firestore to the Cloud Explorer (gcp)
The gcp emulator implements Firestore (~0 operations). The UI does not surface it yet.
Backend (packages/api)
Frontend (packages/frontend)
Acceptance
Depends on #67 (new nosql service type).
Emulator source: floci-gcp/src/main/java/io/floci/gcp/services/firestore/
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.ts—nosqlSchemaFor('gcp')(model:src/cloud-spi/storageSchema.ts)src/adapter-gcp/GcpFirestoreAdapter.tsimplementsCloudServiceAdapter+GcpFirestoreAdapter.test.ts(model:src/adapter-aws/AwsStorageAdapter.ts)new GcpFirestoreAdapter()insrc/cloudProxy.ts; addservices.push({...})+schema()fallback insrc/service/CloudProxyService.tsFrontend (
packages/frontend)normalizeService()handles the literal (pages/CloudExplorerPage.tsx)DynamicResourceViewrendering; add aservice === '...'panel only if deep UX is neededAcceptance
Depends on #67 (new
nosqlservice type).Emulator source:
floci-gcp/src/main/java/io/floci/gcp/services/firestore/