Website.get_file_from_firebase#
- Website.get_file_from_firebase(source_path, new_file_path, bucket_name=None)#
Downloads a file from Firebase storage.
- Parameters:
source_path (str) – The path of the file in Firebase storage.
new_file_path (str) – The path of the file on the server.
bucket_name (str, default = None) – The name of the bucket. If
None, the default bucket will be used. However, if you did not specify “storageBucket” option in the Firebase configuration, you must specify the bucket name in this function.
- Return type:
None