Categorygithub.com/maohieng/go-firestore
modulepackage
0.1.2
Repository: https://github.com/maohieng/go-firestore.git
Documentation: pkg.go.dev

# README

My Firestore package

Supports go-repo with features:

# 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