React Native Firebase
    Preparing search index...
    interface DatabaseReference {
        key: string | null;
        parent: DatabaseReference | null;
        ref: DatabaseReference;
        root: DatabaseReference;
        isEqual(other: Query | null): boolean;
        toJSON(): string;
        toString(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    key: string | null
    parent: DatabaseReference | null