You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add named Firestore database support and migrate CI to pnpm
- Add optional Database ID field in the Service Account connection dialog,
enabling connections to named Firestore databases instead of only (default)
- Propagate databaseId through the full chain: UI → Redux → preload → backend
- Persist databaseId in localStorage for automatic reconnection
- Expose FieldValue, Filter, Timestamp, and GeoPoint in JS Query sandbox
- Migrate GitHub Actions workflows (CI + Build & Release) from npm to pnpm
- Update README, SECURITY.md, husky hooks, and error messages for pnpm
- Add unit tests for controllers and Redux slices with vitest
- Add test step to CI workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments