Flutter package that wraps the escential functions to read documents from Firestore
- getDoc(): Get a document snapshot from a document reference.
- getAll(): Get all documents of a collection reference.
- runQuery(): Get a query snapshot from a query.
- getStreamByQuery(): Get a query snapshot stream from a query.
This package was made in Paulonia and is used in all Paulonia projects.