React Native Firebase
    Preparing search index...
    • Writes data the Database location. Like set() but also specifies the priority for that data.

      Applications need not use priority but can order collections by ordinary properties

      Parameters

      • ref: FirebaseDatabaseTypes.Reference

        The location to write to.

      • value: unknown

        The value to be written (string, number, boolean, object, array, or null).

      • priority: string | number | null

        The priority to be written (string, number, or null).

      Returns Promise<void>

      Resolves when write to server is complete.