firebase_admin.storage module Stay organized with collections Save and categorize content based on your preferences.
Firebase Cloud Storage module.
This module contains utilities for accessing Google Cloud Storage buckets associated withFirebase apps. This requires thegoogle-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 wheninitializing the App. If that is also not available raises an error. This functiondoes not make any RPC calls.
|
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-09-26 UTC.