Firebase Dart CRUD This Dart package provides a convenient way to interact with Firebase Firestore, allowing you to perform Create, Read, Update, and Delete (CRUD) operations on your Firestore database.
Features Create new documents in Firestore collections Read documents from Firestore collections with various query parameters Update existing documents in Firestore collections Delete documents from Firestore collections Support for batch updates Access control and authorization checks Getting Started Prerequisites Dart SDK installed on your machine Firebase project set up with Firestore enabled Service account credentials for your Firebase project