We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9dfa0 commit 3c39186Copy full SHA for 3c39186
firebase_admin/firestore.py
@@ -34,7 +34,7 @@
34
_FIRESTORE_ATTRIBUTE = '_firestore'
35
36
37
-def client(app=None):
+def client(app=None) -> firestore.Client:
38
"""Returns a client that can be used to interact with Google Cloud Firestore.
39
40
Args:
0 commit comments