firebaseStorageUpload

Description

Upload a file to the firebase storage.

Input / Parameter

NameDescriptionData TypeDefaultOptionsRequired

filePath

The path of the file.

String/Text

-

-

Yes

fileName

The name of the file.

String/Text

-

-

Yes

fileType

The type of file.

String/Text

-

-

Yes

file

The file data.

String/Text

-

-

Yes

Output

N/A

Callback?

callback

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

errorCallback

The function to be executed when the file is not uploaded to the firebase storage successfully.

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated