Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`).