Stay organized with collections
Save and categorize content based on your preferences.
Cloud Firestore module.
This module contains utilities for accessing the Google Cloud Firestore databases associated with
Firebase apps. This requires the google-cloud-firestore Python module.
Functions
client
firebase_admin.firestore.client(app=None)→Client
Returns a client that can be used to interact with Google Cloud Firestore.
ValueError – If a project ID is not specified either via options, credentials or
environment variables, or if the specified project ID is not a valid string.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]