{"id":50782,"library":"go-firestore","title":"Cloud Firestore Go Client","description":"Package firestore provides a client for interacting with Google Cloud Firestore, a NoSQL document database.","status":"active","version":"1.22.0","language":"go","source_language":null,"source_url":null,"tags":["firestore","google-cloud","database","nosql"],"install":[{"cmd":"go get cloud.google.com/go/firestore","lang":"bash","label":"Install cloud.google.com/go/firestore"}],"dependencies":[],"imports":[{"symbol":"firestore","correct":"cloud.google.com/go/firestore"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\tfirestore \"cloud.google.com/go/firestore\"\n)\n\nfunc main() {\n\tctx := context.Background()\n\tclient, err := firestore.NewClient(ctx, \"my-project-id\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tdefer client.Close()\n\tfmt.Println(\"Firestore client created\")\n}","lang":"go","description":"Create a Firestore client"},"warnings":[],"env_vars":null,"search_vec":"'client':4,9 'cloud':1,14,23 'databas':19,24 'document':18 'firestor':2,6,15,20 'go':3 'googl':13,22 'google-cloud':21 'interact':11 'nosql':17,25 'packag':5 'provid':7","created_at":"2026-06-15T05:09:28.101417+00:00","updated_at":"2026-06-15T05:09:28.101417+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/googleapis/google-cloud-go","github":null,"docs":"https://pkg.go.dev/cloud.google.com/go/firestore#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}