React Native Firebase
    Preparing search index...

    Realtime Database statics.

    firebase.database;
    
    interface Statics {
        SDK_VERSION: string;
        ServerValue: FirebaseDatabaseTypes.ServerValue;
    }
    Index

    Properties

    SDK_VERSION: string

    Returns server specific values, such as the server timestamp.

    firebase.database.ServerValue;