paulonia_document_service 0.4.0 icon indicating copy to clipboard operation
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.

2
likes
140
pub points
22%
popularity

Publisher

verified publisher iconpaulonia.dev

Flutter package that wraps the escential functions to read documents from Firestore. This package contains functions to get individual documents and runs queries.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

cloud_firestore, flutter, paulonia_utils

More

Packages that depend on paulonia_document_service