# Functions
BulkCreate creates documents using [firestore.BulkWriter].
BulkUpdate updates documents using [firestore.BulkWriter].
Create stores a document of type item.
No description provided by the author
GetAll gets all document from collection `newItem.TableName()`.
GetOne get a document by id.
No description provided by the author
No description provided by the author
No description provided by the author
Set will create a document or update with [firestore.MergeAll] option.
Update updates document fv[field, value] with checking existing.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Where for [firestore.Query.Where].
# Interfaces
No description provided by the author