Registry / database / go-firestore

go-firestore

JSON →
library1.22.0gogounverified

Package firestore provides a client for interacting with Google Cloud Firestore, a NoSQL document database.

go get cloud.google.com/go/firestore
INSTALL
IMPORT
SIG · GO-FIRESTORE
G
go-firestore
databasegov1.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

firestore
cloud.google.com/go/firestore

Create a Firestore client

package main import ( "context" "fmt" firestore "cloud.google.com/go/firestore" ) func main() { ctx := context.Background() client, err := firestore.NewClient(ctx, "my-project-id") if err != nil { fmt.Println(err) return } defer client.Close() fmt.Println("Firestore client created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.22.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-firestore — go get go-firestore · libregistry