React Native Firebase
    Preparing search index...
    interface IteratedDataSnapshot {
        key: string;
        ref: DatabaseReference;
        get priority(): string | number | null;
        get 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

    Accessors

    • get priority(): string | number | null

      Returns string | number | null

    Methods

    Properties

    key: string