Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 406 Bytes

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 emulatorsfirebase emulators:start

Test Firestore

Run npm test to run the file of interest (test/firestore.spec.ts).