firestore-storage icon indicating copy to clipboard operation
firestore-storage copied to clipboard

A typed wrapper around Firestore incluing a querybuilder and an in-memory implementation for testing

Results 4 firestore-storage issues
Sort by recently updated
recently updated
newest added

In the docs it says that every repo provides a transaction function, but it seems that it's not there. Am I doing something wrong, or are the docs not up...

Adding the `createdAt` and `updatedAt` timestamps to the document itself will allow queries on those fields

https://firebase.google.com/docs/reference/firestore/indexes

enhancement

To prevent conflicts and warning during compile time, please bump the package dependency From the command `npm list @google-cloud/firestore` when starting a fresh firebase node project, it is clear what...