Skip to content

@capgo/capacitor-firebase-storage

Capacitor plugin for Firebase Cloud Storage.

Capacitor plugin for Firebase Cloud Storage.

  • 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.
MethodDescription
deleteFileDelete a file.
getDownloadUrlGet the download url for a file.
getMetadataGet the metadata for a file.
listFilesList files in a directory.
updateMetadataUpdate the metadata for a file.
uploadFileUpload a file.
useEmulatorInstrument your app to talk to the Cloud Storage emulator.
getPluginVersionGet the version of this plugin.

This reference is synced from src/definitions.ts in capacitor-firebase.

Keep going from @capgo/capacitor-firebase-storage

Section titled “Keep going from @capgo/capacitor-firebase-storage”

If you are using @capgo/capacitor-firebase-storage to plan storage and file handling, connect it with @capgo/capacitor-data-storage-sqlite for the implementation detail in @capgo/capacitor-data-storage-sqlite, Using @capgo/capacitor-data-storage-sqlite for the native capability in Using @capgo/capacitor-data-storage-sqlite, @capgo/capacitor-file for the implementation detail in @capgo/capacitor-file, Using @capgo/capacitor-file for the native capability in Using @capgo/capacitor-file, and @capgo/capacitor-uploader for the implementation detail in @capgo/capacitor-uploader.