> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/firebase/firebasestorageurl.md).

# firebaseStorageURL

## Description

Get the file url 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 url is retrieved successfully.

### errorCallback

The function to be executed when the file url is not retrieved successfully.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
