voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
20 lines (11 loc) • 518 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) > [toUint8Array](./firestore_.bytes.touint8array.md)
## Bytes.toUint8Array() method
Returns the underlying bytes in a new `Uint8Array`<!-- -->.
<b>Signature:</b>
```typescript
toUint8Array(): Uint8Array;
```
<b>Returns:</b>
Uint8Array
The Uint8Array created from the `Bytes` object.