We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bucket
1 parent 9f3143c commit 348a90dCopy full SHA for 348a90d
firebase_admin/storage.py
@@ -30,7 +30,7 @@
30
31
_STORAGE_ATTRIBUTE = '_storage'
32
33
-def bucket(name=None, app=None):
+def bucket(name=None, app=None) -> storage.Bucket:
34
"""Returns a handle to a Google Cloud Storage bucket.
35
36
If the name argument is not provided, uses the 'storageBucket' option specified when
0 commit comments