React Native Firebase
    Preparing search index...

    Functions

    connectStorageEmulator

    Modify this Storage instance to communicate with the Firebase Storage emulator.

    deleteObject

    Deletes the object at this reference's location.

    getBlob

    Downloads the data at the object's location. Returns an error if the object is not found.

    getBytes

    Downloads the data at the object's location. Returns an error if the object is not found.

    getDownloadURL

    Deletes the object at this reference's location.

    getMetadata

    Fetches metadata for the object at this location, if one exists.

    getStorage
    getStream

    Downloads the data at the object's location. This API is only available in Nodejs.

    list

    List items (files) and prefixes (folders) under this storage reference

    listAll

    List all items (files) and prefixes (folders) under this storage reference.

    putFile

    Uploads a file from a local device path to Cloud Storage.

    ref

    Returns a StorageReference for the given URL or path in the default bucket.

    setMaxDownloadRetryTime

    Sets the maximum time in milliseconds to retry a download if a failure occurs.

    setMaxOperationRetryTime

    Sets the maximum time in milliseconds to retry non-upload/download operations.

    setMaxUploadRetryTime

    Sets the maximum time in milliseconds to retry an upload if a failure occurs.

    updateMetadata

    Updates the metadata for this object.

    uploadBytes

    Uploads data to this object's location. The upload is not resumable.

    uploadBytesResumable

    Uploads data to this object's location. The upload is not resumable.

    uploadString

    Uploads data to this object's location. The upload is not resumable.

    writeToFile

    Downloads a Cloud Storage object to a local device file path.

    References

    EmulatorMockTokenOptions → EmulatorMockTokenOptions
    FirebaseStorage → FirebaseStorage
    FullMetadata → FullMetadata
    ListOptions → ListOptions
    ListResult → ListResult
    NativeFirebaseError → NativeFirebaseError
    SettableMetadata → SettableMetadata
    StorageError → StorageError
    StorageObserver → StorageObserver
    StorageReference → StorageReference
    StringFormat → StringFormat
    Subscribe → Subscribe
    Task → Task
    TaskEvent → TaskEvent
    TaskResult → TaskResult
    TaskSnapshot → TaskSnapshot
    TaskSnapshotObserver → TaskSnapshotObserver
    TaskState → TaskState
    UploadMetadata → UploadMetadata
    UploadResult → UploadResult
    UploadTask → UploadTask
    UploadTaskSnapshot → UploadTaskSnapshot

    Type Aliases

    CompleteFn
    NextFn
    Unsubscribe

    A function that unsubscribes from an event listener.

    Variables

    SDK_VERSION