📄️ Model Configuration
Model Properties in Firestore Eloquent Library
📄️ Retrieving data
The library provides flexible and convenient methods for retrieving documents from Firestore. Whether you want to retrieve all documents, filter based on specific criteria, or find a document by its ID.
📄️ Updating data
Updating Documents in Firestore Eloquent Library
📄️ Create Document
`create()`
📄️ Deleting Documents
Delete Single Document with `delete()`
📄️ Relationships
`hasOne` Relationship
📄️ Pagination
Pagination in Firestore Eloquent Library
📄️ Aggregations
Aggregations in Firestore Eloquent Library
📄️ Sub collection
A sub-collection is a nested collection within a Firestore document. This allows for better data organization and structuring.
📄️ Like Method
Coming Soon
📄️ Query Scopes
Global scopes allow you to add constraints to all queries for a given model.