- Firestore is a library to wrap Google Firestore with these purposes:
- simplify common database operations, such as CRUD (Create, Read, Update, Delete) operations, transactions, and batch processing
- reduce boilerplate code associated with database interactions, allowing developers to focus more on application logic rather than low-level database handling
- Creator
- Updater
- Writer
- StreamCreator
- StreamUpdater
- StreamWriter
- BatchCreator
- BatchUpdater
- BatchWriter
Please make sure to initialize a Go module before installing core-go/firestore:
go get -u github.com/core-go/firestore
Import:
import "github.com/core-go/firestore"