voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
19 lines (13 loc) • 428 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [StringFormat](./storage.stringformat.md)
## StringFormat variable
An enumeration of the possible string formats for upload.
<b>Signature:</b>
```typescript
StringFormat: {
RAW: string;
BASE64: string;
BASE64URL: string;
DATA_URL: string;
}
```