database namespace

Podpis:

export declare namespace database 

Zmienne

Zmienna Opis
enableLogging Funkcja enableLogging w pakiecie @firebase/database-compat.
ServerValue (Wartość serwera) Stała ServerValue z pakietu @firebase/database-compat.

Typ aliasów

Typ aliasu Opis
Baza danych Wpisz alias Baza danych.
Zrzut danych Wpisz alias typu DataSnapshot z pakietu @firebase/database-compat.
Typ zdarzenia Wpisz alias typu EventType z pakietu @firebase/database-compat.
OnRozłącz Wpisz alias typu OnRozłącz z pakietu @firebase/database-compat.
Zapytanie Wpisz alias typu Zapytanie z pakietu @firebase/database-compat.
Źródła wiedzy Wpisz alias typu Reference z pakietu @firebase/database-compat.
IfableReference Wpisz alias typu IfableReference z pakietu @firebase/database-compat.

base.enableLogging

Funkcja enableLogging w pakiecie @firebase/database-compat.

Podpis:

enableLogging: typeof rtdb.enableLogging

baza danych.Wartość serwera

Stała ServerValue z pakietu @firebase/database-compat.

Podpis:

ServerValue: rtdb.ServerValue

baza danych.Baza danych

Wpisz alias Baza danych.

Podpis:

type Database = TDatabase;

baza danych.DataSnapshot

Wpisz alias typu DataSnapshot z pakietu @firebase/database-compat.

Podpis:

type DataSnapshot = rtdb.DataSnapshot;

base.EventType

Wpisz alias typu EventType z pakietu @firebase/database-compat.

Podpis:

type EventType = rtdb.EventType;

baza danych.OnRozłącz

Wpisz alias typu OnRozłącz z pakietu @firebase/database-compat.

Podpis:

type OnDisconnect = rtdb.OnDisconnect;

baza danych.Zapytanie

Wpisz alias typu Zapytanie z pakietu @firebase/database-compat.

Podpis:

type Query = rtdb.Query;

baza danych.Odniesienie

Wpisz alias typu Reference z pakietu @firebase/database-compat.

Podpis:

type Reference = rtdb.Reference;

baza danych.AfterableReference

Wpisz alias typu IfableReference z pakietu @firebase/database-compat.

Podpis:

type ThenableReference = rtdb.ThenableReference;