<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [Bytes](./firestore_.bytes.md) &gt; [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.

