Updated: 2026-02-15
Coverage (v1): 13 / 31 = 41.9%
This catalog tracks Cloud Storage APIs exposed by firebase-storage.
Firebase.storageFirebase.storage(url)FirebaseStorage.useEmulator(host, port)FirebaseStorage.referenceFirebaseStorage.reference(path)FirebaseStorage.referenceFromUrl(url)StorageReference.bucketStorageReference.fullPathStorageReference.nameStorageReference.child(path)StorageReference.getBytes(maxDownloadSizeBytes)StorageReference.getDownloadUrl()StorageReference.delete()
StorageReference.putBytes(bytes)parity (Android/JVM implemented, iOS pending)StorageReference.parentStorageReference.rootStorageReference.pathalias parity- Metadata read API
- Metadata update API
- Upload with metadata API
- Upload from file URI/path API
- Upload from stream API (where supported)
- Resumable upload task abstraction
- Download-to-file API
- Stream download API
list(maxResults, pageToken)APIlistAll()API- Retry time configuration APIs
- Bucket-wide retry configuration parity
- Task progress state abstraction
- Storage error-code normalization API