voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 396 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [DataSnapshot](./database.datasnapshot.md) > [size](./database.datasnapshot.size.md)
## DataSnapshot.size property
Returns the number of child properties of this `DataSnapshot`<!-- -->.
<b>Signature:</b>
```typescript
get size(): number;
```