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 with
Firebase apps. This requires the google-cloud-storage Python module.
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.
Parameters:
name – Name of a cloud storage bucket (optional).
app – An App instance (optional).
Returns:
A handle to the specified bucket.
Return type:
google.cloud.storage.Bucket
Raises:
ValueError – If a bucket name is not specified either via options or method arguments,
or if the specified bucket name is not a valid string.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-26 UTC."],[],[]]