paulonia_document_service 0.4.0 paulonia_document_service: ^0.4.0 copied to clipboard
Flutter package that wraps the escential functions to read documents from Firestore. This package contains functions to get individual documents and runs queries.
Paulonia Document Service #
Flutter package that wraps the escential functions to read documents from Firestore
Functions: #
- 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.