React Native Firebase
    Preparing search index...
    interface IteratedDataSnapshot {
        key: string;
        priority: string | number | null;
        ref: DatabaseReference;
        size: number;
        child(path: string): DataSnapshot;
        exists(): boolean;
        exportVal(): any;
        forEach(action: (child: IteratedDataSnapshot) => boolean | void): boolean;
        hasChild(path: string): boolean;
        hasChildren(): boolean;
        toJSON(): object | null;
        val(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    key: string
    priority: string | number | null
    size: number