@capgo/capacitor-firebase-storage
Capacitor plugin for Firebase Cloud Storage.
Overview
Section titled “Overview”Capacitor plugin for Firebase Cloud Storage.
Core Capabilities
Section titled “Core Capabilities”deleteFile- Delete a file.getDownloadUrl- Get the download url for a file.getMetadata- Get the metadata for a file.listFiles- List files in a directory.
Public API
Section titled “Public API”| Method | Description |
|---|---|
deleteFile | Delete a file. |
getDownloadUrl | Get the download url for a file. |
getMetadata | Get the metadata for a file. |
listFiles | List files in a directory. |
updateMetadata | Update the metadata for a file. |
uploadFile | Upload a file. |
useEmulator | Instrument your app to talk to the Cloud Storage emulator. |
getPluginVersion | Get the version of this plugin. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-firebase.