For the complete documentation index, see llms.txt. This page is also available as Markdown.

firebaseStorageDelete

Description

Delete a file from the firebase storage.

Input / Parameter

Name
Description
Data Type
Default
Options
Required

filePath

The path of the file.

String/Text

-

-

Yes

fileName

The name of the file.

String/Text

-

-

Yes

Output

N/A

Callback?

callback

The function to be executed when the file in the firebase storage is deleted successfully.

errorCallback

The function to be executed when the file in the firebase storage in not deleted successfully.

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated