voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
20 lines (11 loc) • 488 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [Bytes](./firestore_.bytes.md) > [toString](./firestore_.bytes.tostring.md)
## Bytes.toString() method
Returns a string representation of the `Bytes` object.
<b>Signature:</b>
```typescript
toString(): string;
```
<b>Returns:</b>
string
A string representation of the `Bytes` object.