A demo showing that collectionGroups don't work as expected using the @capacitor-firebase/firestore plugin.
Run npm install
for dependencies.
Make sure you have firebase-tools installed (npm install -g firebase-tools
).
Start emulatorsfirebase emulators:start
Run npm test
to run the file of interest (test/firestore.spec.ts
).