firebase_crud 0.0.9
SDKflutter
Platformandroidioswindowslinuxmacosweb
A Firebase CRUD package simplifying Firestore operations with optional logging and error tracking, designed for scalable and maintainable Flutter apps.
Firebase CRUD and Authentication Service
A Flutter package for easily interacting with Firebase Firestore and Authentication. It provides services for CRUD operations and user authentication with logging features.
Features
- CRUD Operations: Fetch, save, and delete documents in Firestore.
- Authentication: Check user authentication status.
- Logging: Track operations and errors.
Getting Started
Prerequisites
- Add the required dependencies in your
pubspec.yaml:
dependencies:
cloud_firestore: ^4.2.1 # Latest version
firebase_auth: ^4.2.1 # Latest version
logger: ^1.0.0 # Latest version