Back to Firebase Js Sdk

IteratedDataSnapshot interface

docs-devsite/database.iterateddatasnapshot.md

12.12.1880 B
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

IteratedDataSnapshot interface

Represents a child snapshot of a Reference that is being iterated over. The key will never be undefined.

<b>Signature:</b>

typescript
export declare interface IteratedDataSnapshot extends DataSnapshot 

<b>Extends:</b> DataSnapshot

Properties

PropertyTypeDescription
keystring

IteratedDataSnapshot.key

<b>Signature:</b>

typescript
key: string;