---
description: Unofficial Capacitor plugin for Firebase Cloud Storage SDK to upload and download files in your app.
title: Capacitor Firebase Storage Plugin for Android, iOS & Web - Capawesome
image: https://capawesome.io/docs/assets/images/social/plugins/firebase/cloud-storage.png
---

[ Skip to content](#capacitor-firebasestorage) 

[ 🎉 Introducing **Capawesome Platform** — one platform for Live Updates, Native Builds, App Store Publishing, and Insider SDKs.](https://capawesome.io) 

* [  Configuration ](#configuration)
* [  Demo ](#demo)
* [  Starter templates ](#starter-templates)
* [  Usage ](#usage)
* [  API ](#api)
* [  Type Aliases ](#type-aliases)
* [  Changelog ](#changelog)
* [  License ](#license)
* [  Performance Monitoring ](/docs/plugins/firebase/performance-monitoring/)
* [  Remote Config ](/docs/plugins/firebase/remote-config/)
* [  Formbricks ](/docs/plugins/formbricks/)
* [  Geocoder ](/docs/plugins/geocoder/)
* [  Google Sign-In ](/docs/plugins/google-sign-in/)
* [  libSQL ](/docs/plugins/libsql/)
* [  Live Update ](/docs/plugins/live-update/)
* [  Managed Configurations ](/docs/plugins/managed-configurations/)
* [  Media Session ](/docs/plugins/media-session/)
* [  ML Kit ](/docs/plugins/mlkit/)
* [  NFC ](/docs/plugins/nfc/)
* [  OAuth ](/docs/plugins/oauth/)
* [  Pedometer ](/docs/plugins/pedometer/)
* [  Photo Editor ](/docs/plugins/photo-editor/)
* [  PostHog ](/docs/plugins/posthog/)
* [  Printer ](/docs/plugins/printer/)
* [  Purchases ](/docs/plugins/purchases/)
* [  RealtimeKit ](/docs/plugins/realtimekit/)
* [  Screen Orientation ](/docs/plugins/screen-orientation/)
* [  Screenshot ](/docs/plugins/screenshot/)
* [  Secure Preferences ](/docs/plugins/secure-preferences/)
* [  Speech Recognition ](/docs/plugins/speech-recognition/)
* [  Speech Synthesis ](/docs/plugins/speech-synthesis/)
* [  Share Target ](/docs/plugins/share-target/)
* [  Square Mobile Payments ](/docs/plugins/square-mobile-payments/)
* [  SQLite ](/docs/plugins/sqlite/)
* [  Superwall ](/docs/plugins/superwall/)
* [  Torch ](/docs/plugins/torch/)
* [  Wifi ](/docs/plugins/wifi/)
* [  Zip ](/docs/plugins/zip/)
* [  Cloud ](/docs/cloud/)
* [  Live Updates ](/docs/cloud/live-updates/)
* Advanced
* Integrations
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Configuration ](/docs/cloud/native-builds/configuration/)
* [  Environments ](/docs/cloud/native-builds/environments/)
* Guides
* [  Sample Projects ](/docs/cloud/native-builds/sample-projects/)
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  Automations ](/docs/cloud/automations/)
* [  Assist ](/docs/cloud/assist/)
* Account
* Organizations
* [  Organization and User Management ](/docs/cloud/organizations/memberships/)
* [  Single Sign-On (SSO) ](/docs/cloud/organizations/sso/)
* [  Teams ](/docs/cloud/organizations/teams/)
* [  Two-Factor Authentication ](/docs/cloud/organizations/two-factor-authentication/)
* [  Integrations ](/docs/cloud/integrations/)
* [  License Keys ](/docs/cloud/license-keys/)
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Pricing ](https://capawesome.io/pricing/)
* [  FAQ ](/docs/cloud/faq/)
* [  Support ](/docs/cloud/support/)
* [  Contributing ](/docs/contributing/)
* [  LLMs ](/docs/llms/)
* [  Insiders ](/docs/insiders/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/insiders/support/)
* [  FAQ ](/docs/insiders/faq/)
* [  Blog ](/blog/)
* Categories

* [  Configuration ](#configuration)
* [  Demo ](#demo)
* [  Starter templates ](#starter-templates)
* [  Usage ](#usage)
* [  API ](#api)
* [  Type Aliases ](#type-aliases)
* [  Changelog ](#changelog)
* [  License ](#license)

# @capacitor-firebase/storage[¶](#capacitor-firebasestorage "Permanent link")

Unofficial Capacitor plugin for [Firebase Cloud Storage](https://firebase.google.com/docs/storage/).[1](#fn:1)

[ ![Deliver Live Updates to your Capacitor app with Capawesome Cloud](../../../assets/external/cloud.capawesome.io/assets/banners/cloud-build-and-deploy-capacitor-apps.69628c3f.png) ](https://cloud.capawesome.io/) 

## Newsletter[¶](#newsletter "Permanent link")

Stay up to date with the latest news and updates about the Capawesome, Capacitor, and Ionic ecosystem by subscribing to our [Capawesome Newsletter](https://cloud.capawesome.io/newsletter/).

## Compatibility[¶](#compatibility "Permanent link")

| Plugin Version | Capacitor Version | Status         |
| -------------- | ----------------- | -------------- |
| 8.x.x          | \>=8.x.x          | Active support |
| 7.x.x          | 7.x.x             | Deprecated     |
| 6.x.x          | 6.x.x             | Deprecated     |

## Installation[¶](#installation "Permanent link")

You can use our **AI-Assisted Setup** to install the plugin. Add the [Capawesome Skills](https://github.com/capawesome-team/skills) to your AI tool using the following command:

`[](#%5F%5Fcodelineno-0-1)npx skills add capawesome-team/skills --skill capacitor-plugins
`

Then use the following prompt:

`` [](#%5F%5Fcodelineno-1-1)Use the `capacitor-plugins` skill from `capawesome-team/skills` to install the `@capacitor-firebase/storage` plugin in my project.
 ``

If you prefer **Manual Setup**, install the plugin by running the following commands and follow the platform-specific instructions below:

`[](#%5F%5Fcodelineno-2-1)npm install @capacitor-firebase/storage
[](#%5F%5Fcodelineno-2-2)npx cap sync
`

Add Firebase to your project if you haven't already ([Android](https://firebase.google.com/docs/android/setup) / [iOS](https://firebase.google.com/docs/ios/setup)).

### Android[¶](#android "Permanent link")

#### Variables[¶](#variables "Permanent link")

If needed, you can define the following project variable in your app’s `variables.gradle` file to change the default version of the dependency:

* `$firebaseStorageVersion` version of `com.google.firebase:firebase-storage` (default: `22.0.1`)

This can be useful if you encounter dependency conflicts with other plugins in your project.

## Configuration[¶](#configuration "Permanent link")

No configuration required for this plugin.

## Demo[¶](#demo "Permanent link")

A working example can be found here: [robingenz/capacitor-firebase-plugin-demo](https://github.com/robingenz/capacitor-firebase-plugin-demo)

## Starter templates[¶](#starter-templates "Permanent link")

The following starter templates are available:

* [Ionstarter Angular Firebase](https://ionstarter.dev/)

## Usage[¶](#usage "Permanent link")

`[](#%5F%5Fcodelineno-3-1)import { FirebaseStorage } from '@capacitor-firebase/storage';
[](#%5F%5Fcodelineno-3-2)import { Filesystem, Directory } from '@capacitor/filesystem';
[](#%5F%5Fcodelineno-3-3)
[](#%5F%5Fcodelineno-3-4)const uploadFile = async () => {
[](#%5F%5Fcodelineno-3-5)  return new Promise((resolve, reject) => {
[](#%5F%5Fcodelineno-3-6)    await FirebaseStorage.uploadFile(
[](#%5F%5Fcodelineno-3-7)      {
[](#%5F%5Fcodelineno-3-8)        path: 'images/mountains.png',
[](#%5F%5Fcodelineno-3-9)        uri: 'file:///var/mobile/Containers/Data/Application/E397A70D-67E4-4258-236E-W1D9E12111D4/Library/Caches/092F8464-DE60-40B3-8A23-EB83160D9F9F/mountains.png',
[](#%5F%5Fcodelineno-3-10)      },
[](#%5F%5Fcodelineno-3-11)      (event, error) => {
[](#%5F%5Fcodelineno-3-12)        if (error) {
[](#%5F%5Fcodelineno-3-13)          reject(error);
[](#%5F%5Fcodelineno-3-14)        } else if (event?.completed) {
[](#%5F%5Fcodelineno-3-15)          resolve();
[](#%5F%5Fcodelineno-3-16)        }
[](#%5F%5Fcodelineno-3-17)      }
[](#%5F%5Fcodelineno-3-18)    );
[](#%5F%5Fcodelineno-3-19)  });
[](#%5F%5Fcodelineno-3-20)};
[](#%5F%5Fcodelineno-3-21)
[](#%5F%5Fcodelineno-3-22)const downloadFileWithFirebaseStorage = async () => {
[](#%5F%5Fcodelineno-3-23)  return new Promise((resolve, reject) => {
[](#%5F%5Fcodelineno-3-24)    await FirebaseStorage.downloadFile(
[](#%5F%5Fcodelineno-3-25)      {
[](#%5F%5Fcodelineno-3-26)        path: 'images/mountains.png',
[](#%5F%5Fcodelineno-3-27)        uri: 'file:///var/mobile/Containers/Data/Application/E397A70D-67E4-4258-236E-W1D9E12111D4/Library/Caches/mountains.png', // Only available for Android and iOS
[](#%5F%5Fcodelineno-3-28)      },
[](#%5F%5Fcodelineno-3-29)      (event, error) => {
[](#%5F%5Fcodelineno-3-30)        if (error) {
[](#%5F%5Fcodelineno-3-31)          reject(error);
[](#%5F%5Fcodelineno-3-32)        } else if (event?.completed) {
[](#%5F%5Fcodelineno-3-33)          // On Web, the downloaded file is available as a Blob in event.blob
[](#%5F%5Fcodelineno-3-34)          resolve(event?.blob);
[](#%5F%5Fcodelineno-3-35)        }
[](#%5F%5Fcodelineno-3-36)      }
[](#%5F%5Fcodelineno-3-37)    );
[](#%5F%5Fcodelineno-3-38)  });
[](#%5F%5Fcodelineno-3-39)};
[](#%5F%5Fcodelineno-3-40)
[](#%5F%5Fcodelineno-3-41)const downloadFileWithFilesystem = async () => {
[](#%5F%5Fcodelineno-3-42)  const { downloadUrl } = await FirebaseStorage.getDownloadUrl({
[](#%5F%5Fcodelineno-3-43)    path: 'images/mountains.png',
[](#%5F%5Fcodelineno-3-44)  });
[](#%5F%5Fcodelineno-3-45)  const { path } = await Filesystem.downloadFile({
[](#%5F%5Fcodelineno-3-46)    url: downloadUrl,
[](#%5F%5Fcodelineno-3-47)    path: 'mountains.png',
[](#%5F%5Fcodelineno-3-48)    directory: Directory.Cache,
[](#%5F%5Fcodelineno-3-49)  });
[](#%5F%5Fcodelineno-3-50)  return path;
[](#%5F%5Fcodelineno-3-51)};
[](#%5F%5Fcodelineno-3-52)
[](#%5F%5Fcodelineno-3-53)const getDownloadUrl = async () => {
[](#%5F%5Fcodelineno-3-54)  const { downloadUrl } = await FirebaseStorage.getDownloadUrl({
[](#%5F%5Fcodelineno-3-55)    path: 'images/mountains.png',
[](#%5F%5Fcodelineno-3-56)  });
[](#%5F%5Fcodelineno-3-57)  return downloadUrl;
[](#%5F%5Fcodelineno-3-58)};
[](#%5F%5Fcodelineno-3-59)
[](#%5F%5Fcodelineno-3-60)const deleteFile = async () => {
[](#%5F%5Fcodelineno-3-61)  await FirebaseStorage.deleteFile({
[](#%5F%5Fcodelineno-3-62)    path: 'images/mountains.png',
[](#%5F%5Fcodelineno-3-63)  });
[](#%5F%5Fcodelineno-3-64)};
[](#%5F%5Fcodelineno-3-65)
[](#%5F%5Fcodelineno-3-66)const listFiles = async () => {
[](#%5F%5Fcodelineno-3-67)  const { items } = await FirebaseStorage.listFiles({
[](#%5F%5Fcodelineno-3-68)    path: 'images',
[](#%5F%5Fcodelineno-3-69)  });
[](#%5F%5Fcodelineno-3-70)  return items;
[](#%5F%5Fcodelineno-3-71)};
[](#%5F%5Fcodelineno-3-72)
[](#%5F%5Fcodelineno-3-73)const getMetadata = async () => {
[](#%5F%5Fcodelineno-3-74)  const result = await FirebaseStorage.getMetadata({
[](#%5F%5Fcodelineno-3-75)    path: 'images/mountains.png',
[](#%5F%5Fcodelineno-3-76)  });
[](#%5F%5Fcodelineno-3-77)  return result;
[](#%5F%5Fcodelineno-3-78)};
[](#%5F%5Fcodelineno-3-79)
[](#%5F%5Fcodelineno-3-80)const updateMetadata = async () => {
[](#%5F%5Fcodelineno-3-81)  await FirebaseStorage.updateMetadata({
[](#%5F%5Fcodelineno-3-82)    path: 'images/mountains.png',
[](#%5F%5Fcodelineno-3-83)    metadata: {
[](#%5F%5Fcodelineno-3-84)      contentType: 'image/png',
[](#%5F%5Fcodelineno-3-85)      customMetadata: {
[](#%5F%5Fcodelineno-3-86)        foo: 'bar',
[](#%5F%5Fcodelineno-3-87)      },
[](#%5F%5Fcodelineno-3-88)    },
[](#%5F%5Fcodelineno-3-89)  });
[](#%5F%5Fcodelineno-3-90)};
[](#%5F%5Fcodelineno-3-91)
[](#%5F%5Fcodelineno-3-92)const useEmulator = async () => {
[](#%5F%5Fcodelineno-3-93)  await FirebaseStorage.useEmulator({
[](#%5F%5Fcodelineno-3-94)    host: '10.0.2.2',
[](#%5F%5Fcodelineno-3-95)    port: 9001,
[](#%5F%5Fcodelineno-3-96)  });
[](#%5F%5Fcodelineno-3-97)};
`

## API[¶](#api "Permanent link")

* [deleteFile(...)](#deletefile)
* [getDownloadUrl(...)](#getdownloadurl)
* [getMetadata(...)](#getmetadata)
* [listFiles(...)](#listfiles)
* [updateMetadata(...)](#updatemetadata)
* [downloadFile(...)](#downloadfile)
* [uploadFile(...)](#uploadfile)
* [useEmulator(...)](#useemulator)
* [Interfaces](#interfaces)
* [Type Aliases](#type-aliases)

### deleteFile(...)[¶](#deletefile "Permanent link")

`[](#%5F%5Fcodelineno-4-1)deleteFile(options: DeleteFileOptions) => Promise<void>
`

Delete a file.

| Param       | Type                                    |
| ----------- | --------------------------------------- |
| **options** | [DeleteFileOptions](#deletefileoptions) |

**Since:** 5.3.0

---

### getDownloadUrl(...)[¶](#getdownloadurl "Permanent link")

`[](#%5F%5Fcodelineno-5-1)getDownloadUrl(options: GetDownloadUrlOptions) => Promise<GetDownloadUrlResult>
`

Get the download url for a file.

| Param       | Type                                            |
| ----------- | ----------------------------------------------- |
| **options** | [GetDownloadUrlOptions](#getdownloadurloptions) |

**Returns:** `Promise<[GetDownloadUrlResult](#getdownloadurlresult)>`

**Since:** 5.3.0

---

### getMetadata(...)[¶](#getmetadata "Permanent link")

`[](#%5F%5Fcodelineno-6-1)getMetadata(options: GetMetadataOptions) => Promise<GetMetadataResult>
`

Get the metadata for a file.

| Param       | Type                                      |
| ----------- | ----------------------------------------- |
| **options** | [GetMetadataOptions](#getmetadataoptions) |

**Returns:** `Promise<[GetMetadataResult](#getmetadataresult)>`

**Since:** 5.3.0

---

### listFiles(...)[¶](#listfiles "Permanent link")

`[](#%5F%5Fcodelineno-7-1)listFiles(options: ListFilesOptions) => Promise<ListFilesResult>
`

List files in a directory.

| Param       | Type                                  |
| ----------- | ------------------------------------- |
| **options** | [ListFilesOptions](#listfilesoptions) |

**Returns:** `Promise<[ListFilesResult](#listfilesresult)>`

**Since:** 5.3.0

---

### updateMetadata(...)[¶](#updatemetadata "Permanent link")

`[](#%5F%5Fcodelineno-8-1)updateMetadata(options: UpdateMetadataOptions) => Promise<void>
`

Update the metadata for a file.

| Param       | Type                                            |
| ----------- | ----------------------------------------------- |
| **options** | [UpdateMetadataOptions](#updatemetadataoptions) |

**Since:** 5.3.0

---

### downloadFile(...)[¶](#downloadfile "Permanent link")

`[](#%5F%5Fcodelineno-9-1)downloadFile(options: DownloadFileOptions, callback: DownloadFileCallback) => Promise<CallbackId>
`

Download a file.

On **Android** and **iOS**, the file is downloaded to the local file system using the `uri` option.

On **Web**, the file is downloaded as a `Blob` and returned in the callback event.

| Param        | Type                                          |
| ------------ | --------------------------------------------- |
| **options**  | [DownloadFileOptions](#downloadfileoptions)   |
| **callback** | [DownloadFileCallback](#downloadfilecallback) |

**Returns:** `Promise<string>`

**Since:** 8.2.0

---

### uploadFile(...)[¶](#uploadfile "Permanent link")

`[](#%5F%5Fcodelineno-10-1)uploadFile(options: UploadFileOptions, callback: UploadFileCallback) => Promise<CallbackId>
`

Upload a file.

| Param        | Type                                      |
| ------------ | ----------------------------------------- |
| **options**  | [UploadFileOptions](#uploadfileoptions)   |
| **callback** | [UploadFileCallback](#uploadfilecallback) |

**Returns:** `Promise<string>`

**Since:** 5.3.0

---

### useEmulator(...)[¶](#useemulator "Permanent link")

`[](#%5F%5Fcodelineno-11-1)useEmulator(options: UseEmulatorOptions) => Promise<void>
`

Instrument your app to talk to the Cloud Storage emulator.

On Android, the cleartext traffic must be allowed. On the Capacitor configuration:

`[](#%5F%5Fcodelineno-12-1){
[](#%5F%5Fcodelineno-12-2)  server: {
[](#%5F%5Fcodelineno-12-3)    cleartext: true
[](#%5F%5Fcodelineno-12-4)  }
[](#%5F%5Fcodelineno-12-5)}
`

**The cleartext traffic is not intended for use in production.** 

| Param       | Type                                      |
| ----------- | ----------------------------------------- |
| **options** | [UseEmulatorOptions](#useemulatoroptions) |

**Since:** 6.1.0

---

### Interfaces[¶](#interfaces "Permanent link")

#### DeleteFileOptions[¶](#deletefileoptions "Permanent link")

| Prop     | Type   | Description                                                   | Since |
| -------- | ------ | ------------------------------------------------------------- | ----- |
| **path** | string | The full path to the file to delete, including the file name. | 5.3.0 |

#### GetDownloadUrlResult[¶](#getdownloadurlresult "Permanent link")

| Prop            | Type   | Description                    | Since |
| --------------- | ------ | ------------------------------ | ----- |
| **downloadUrl** | string | The download url for the file. | 5.3.0 |

#### GetDownloadUrlOptions[¶](#getdownloadurloptions "Permanent link")

| Prop     | Type   | Description                                                                     | Since |
| -------- | ------ | ------------------------------------------------------------------------------- | ----- |
| **path** | string | The full path to the file to get the download url for, including the file name. | 5.3.0 |

#### GetMetadataResult[¶](#getmetadataresult "Permanent link")

| Prop                   | Type                         | Description                                                                       | Since |
| ---------------------- | ---------------------------- | --------------------------------------------------------------------------------- | ----- |
| **bucket**             | string                       | The bucket this file is contained in.                                             | 5.3.0 |
| **createdAt**          | number                       | The timestamp at which the file was created in milliseconds since the epoch.      | 5.3.0 |
| **generation**         | string                       | The object's generation.                                                          | 5.3.0 |
| **md5Hash**            | string                       | The md5 hash of the file.                                                         | 5.3.0 |
| **metadataGeneration** | string                       | The object's metadata generation.                                                 | 5.3.0 |
| **name**               | string                       | The short name of this file, which is the last component of the full path.        | 5.3.0 |
| **path**               | string                       | The full path to the file, including the file name.                               | 5.3.0 |
| **size**               | number                       | The size of the file in bytes.                                                    | 5.3.0 |
| **updatedAt**          | number                       | The timestamp at which the file was last updated in milliseconds since the epoch. | 5.3.0 |
| **cacheControl**       | string                       | Served as the Cache-Control header on object download.                            | 6.1.0 |
| **contentDisposition** | string                       | Served as the Content-Disposition header on object download.                      | 6.1.0 |
| **contentEncoding**    | string                       | Served as the Content-Encoding header on object download.                         | 6.1.0 |
| **contentLanguage**    | string                       | Served as the Content-Language header on object download.                         | 6.1.0 |
| **contentType**        | string                       | Served as the Content-Type header on object download.                             | 6.1.0 |
| **customMetadata**     | { \[key: string\]: string; } | Additional user-defined custom metadata.                                          | 6.1.0 |

#### GetMetadataOptions[¶](#getmetadataoptions "Permanent link")

| Prop     | Type   | Description                                                                 | Since |
| -------- | ------ | --------------------------------------------------------------------------- | ----- |
| **path** | string | The full path to the file to get the metadata for, including the file name. | 5.3.0 |

#### ListFilesResult[¶](#listfilesresult "Permanent link")

| Prop              | Type                 | Description                                                                           | Since |
| ----------------- | -------------------- | ------------------------------------------------------------------------------------- | ----- |
| **items**         | StorageReference\[\] | The list of files in the directory.                                                   | 5.3.0 |
| **nextPageToken** | string               | If set, there might be more results for this list. Use this token to resume the list. | 5.3.0 |

#### StorageReference[¶](#storagereference "Permanent link")

| Prop       | Type   | Description                                                                | Since |
| ---------- | ------ | -------------------------------------------------------------------------- | ----- |
| **bucket** | string | The bucket this file is contained in.                                      | 5.3.0 |
| **path**   | string | The full path to the file, including the file name.                        | 5.3.0 |
| **name**   | string | The short name of this file, which is the last component of the full path. | 5.3.0 |

#### ListFilesOptions[¶](#listfilesoptions "Permanent link")

| Prop           | Type   | Description                                                                                                             | Default | Since |
| -------------- | ------ | ----------------------------------------------------------------------------------------------------------------------- | ------- | ----- |
| **path**       | string | The full path to the directory to list files for.                                                                       | 5.3.0   |       |
| **maxResults** | number | The maximum number of results to return.                                                                                | 1000    | 5.3.0 |
| **pageToken**  | string | The page token, returned by a previous call to this method. If provided, listing is resumed from the previous position. | 5.3.0   |       |

#### UpdateMetadataOptions[¶](#updatemetadataoptions "Permanent link")

| Prop         | Type                                  | Description                                                                    | Since |
| ------------ | ------------------------------------- | ------------------------------------------------------------------------------ | ----- |
| **path**     | string                                | The full path to the file to update the metadata for, including the file name. | 5.3.0 |
| **metadata** | [SettableMetadata](#settablemetadata) | The metadata to update.                                                        | 5.3.0 |

#### SettableMetadata[¶](#settablemetadata "Permanent link")

| Prop                   | Type                         | Description                                                  | Since |
| ---------------------- | ---------------------------- | ------------------------------------------------------------ | ----- |
| **cacheControl**       | string                       | Served as the Cache-Control header on object download.       | 5.3.0 |
| **contentDisposition** | string                       | Served as the Content-Disposition header on object download. | 5.3.0 |
| **contentEncoding**    | string                       | Served as the Content-Encoding header on object download.    | 5.3.0 |
| **contentLanguage**    | string                       | Served as the Content-Language header on object download.    | 5.3.0 |
| **contentType**        | string                       | Served as the Content-Type header on object download.        | 5.3.0 |
| **customMetadata**     | { \[key: string\]: string; } | Additional user-defined custom metadata.                     | 5.3.0 |

#### DownloadFileOptions[¶](#downloadfileoptions "Permanent link")

| Prop     | Type   | Description                                                          | Since |
| -------- | ------ | -------------------------------------------------------------------- | ----- |
| **path** | string | The full path to the file to download, including the file name.      | 8.2.0 |
| **uri**  | string | The uri to download the file to. Only available for Android and iOS. | 8.2.0 |

#### DownloadFileCallbackEvent[¶](#downloadfilecallbackevent "Permanent link")

| Prop                 | Type    | Description                                                                         | Since |
| -------------------- | ------- | ----------------------------------------------------------------------------------- | ----- |
| **progress**         | number  | The download progress, as a percentage between 0 and 1.                             | 8.2.0 |
| **bytesTransferred** | number  | The number of bytes that have been transferred. Only available for Android and Web. | 8.2.0 |
| **totalBytes**       | number  | The total number of bytes to be transferred. Only available for Android and Web.    | 8.2.0 |
| **completed**        | boolean | Whether the download is completed or not.                                           | 8.2.0 |
| **blob**             | Blob    | The downloaded file as a Blob. Only available for Web.                              | 8.2.0 |

#### UploadFileOptions[¶](#uploadfileoptions "Permanent link")

| Prop         | Type                              | Description                                                           | Since |
| ------------ | --------------------------------- | --------------------------------------------------------------------- | ----- |
| **blob**     | Blob                              | The data to upload. Only available for Web.                           | 5.3.0 |
| **path**     | string                            | The full path where data should be uploaded, including the file name. | 5.3.0 |
| **uri**      | string                            | The uri to the file to upload. Only available for Android and iOS.    | 5.3.0 |
| **metadata** | [UploadMetadata](#uploadmetadata) | The metadata to set for the file.                                     | 5.4.0 |

#### UploadMetadata[¶](#uploadmetadata "Permanent link")

| Prop        | Type   | Description                                                      | Since |
| ----------- | ------ | ---------------------------------------------------------------- | ----- |
| **md5Hash** | string | The base64-encoded MD5 hash of the file. Only available for Web. | 5.4.0 |

#### UploadFileCallbackEvent[¶](#uploadfilecallbackevent "Permanent link")

| Prop                 | Type    | Description                                                                         | Since |
| -------------------- | ------- | ----------------------------------------------------------------------------------- | ----- |
| **progress**         | number  | The upload progress, as a percentage between 0 and 1.                               | 5.3.0 |
| **bytesTransferred** | number  | The number of bytes that have been transferred. Only available for Android and Web. | 5.3.0 |
| **totalBytes**       | number  | The total number of bytes to be transferred. Only available for Android and Web.    | 5.3.0 |
| **completed**        | boolean | Whether the upload is completed or not.                                             | 5.3.0 |

#### UseEmulatorOptions[¶](#useemulatoroptions "Permanent link")

| Prop     | Type   | Description                                                                                                                                                                     | Default | Since |
| -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ----- |
| **host** | string | The emulator host without any port or scheme. Note when using a Android Emulator device: 10.0.2.2 is the special IP address to connect to the 'localhost' of the host computer. | 6.1.0   |       |
| **port** | number | The emulator port.                                                                                                                                                              | 9199    | 6.1.0 |

### Type Aliases[¶](#type-aliases "Permanent link")

#### DownloadFileCallback[¶](#downloadfilecallback "Permanent link")

`(event: [DownloadFileCallbackEvent](#downloadfilecallbackevent) | null, error: any): void`

#### CallbackId[¶](#callbackid "Permanent link")

`string`

#### UploadFileCallback[¶](#uploadfilecallback "Permanent link")

`(event: [UploadFileCallbackEvent](#uploadfilecallbackevent) | null, error: any): void`

## Changelog[¶](#changelog "Permanent link")

See [CHANGELOG.md](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/storage/CHANGELOG.md).

## License[¶](#license "Permanent link")

See [LICENSE](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/storage/LICENSE).

---

1. This project is not affiliated with, endorsed by, sponsored by, or approved by Google LLC or any of their affiliates or subsidiaries. [↩](#fnref:1 "Jump back to footnote 1 in the text")

May 17, 2026 

 Back to top 