8000 Updated docs (#87) · SHavanonda/firebase-admin-python@9115196 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9115196

Browse files
authored
Updated docs (firebase#87)
1 parent 0502423 commit 9115196

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

firebase_admin/firestore.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,14 @@ def client(app=None):
4343
app: An App instance (optional).
4444
4545
Returns:
46-
google.cloud.firestore.Firestore: A Firestore database client.
46+
google.cloud.firestore.Firestore: A `Firestore Client`_.
4747
4848
Raises:
4949
ValueError: If a project ID is not specified either via options, credentials or
5050
environment variables, or if the specified project ID is not a valid string.
51+
52+
.. _Firestore Client: https://googlecloudplatform.github.io/google-cloud-python/latest\
53+
/firestore/client.html
5154
"""
5255
fs_client = _utils.get_app_service(app, _FIRESTORE_ATTRIBUTE, _FirestoreClient.from_app)
5356
return fs_client.get()

0 commit comments

Comments
 (0)
0