Firebase Cloud Storage module.
This module contains utilities for accessing Google Cloud Storage buckets associated with
Firebase apps. This requires the google-cloud-storage
Python module.
Functions
bucketfirebase_admin.storage.bucket(name=None, app=None) Bucket |
---|
Returns a handle to a Google Cloud Storage bucket. If the name argument is not provided, uses the ‘storageBucket’ option specified when initializing the App. If that is also not available raises an error. This function does not make any RPC calls.
|