Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mooalot/cap-firestore
A demo showing that collectionGroups don't work as expected
https://github.com/mooalot/cap-firestore
Last synced: 4 days ago
JSON representation
A demo showing that collectionGroups don't work as expected
- Host: GitHub
- URL: https://github.com/mooalot/cap-firestore
- Owner: mooalot
- Created: 2024-01-04T21:04:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T21:19:11.000Z (about 1 year ago)
- Last Synced: 2024-11-19T05:13:52.646Z (2 months ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cap-firestore
A demo showing that collectionGroups don't work as expected using the @capacitor-firebase/firestore plugin.## Setup
Run `npm install` for dependencies.Make sure you have firebase-tools installed (`npm install -g firebase-tools`).
## Start Emulators
Start emulators`firebase emulators:start`## Test Firestore
Run `npm test` to run the file of interest (`test/firestore.spec.ts`).