database namespace

חֲתִימָה:

export declare namespace database 

משתנים

מִשְׁתַנֶה תיאור
לאפשר רישום פונקציית enableLogging מחבילת @firebase/database .
ערך שרת ServerValue קבוע מחבילת @firebase/database .

הקלד כינויים

הקלד כינוי תיאור
מאגר מידע הקלד כינוי למסד נתונים .
תמונת נתונים הקלד כינוי לסוג DataSnapshot מחבילת @firebase/database .
סוג אירוע הקלד כינוי לסוג EventType מחבילת @firebase/database .
OnDisconnect הקלד כינוי לסוג OnDisconnect מחבילת @firebase/database .
שאילתא הקלד כינוי לסוג שאילתה מחבילת @firebase/database .
התייחסות הקלד כינוי לסוג Reference מחבילת @firebase/database .
ThenableReference הקלד כינוי לסוג ThenableReference מחבילת @firebase/database .

database.enableLogging

פונקציית enableLogging מחבילת @firebase/database .

חֲתִימָה:

enableLogging: typeof rtdb.enableLogging

database.ServerValue

ServerValue קבוע מחבילת @firebase/database .

חֲתִימָה:

ServerValue: rtdb.ServerValue

מסד נתונים.מסד נתונים

הקלד כינוי למסד נתונים .

חֲתִימָה:

type Database = TDatabase;

database.DataSnapshot

הקלד כינוי לסוג DataSnapshot מחבילת @firebase/database .

חֲתִימָה:

type DataSnapshot = rtdb.DataSnapshot;

database.EventType

הקלד כינוי לסוג EventType מחבילת @firebase/database .

חֲתִימָה:

type EventType = rtdb.EventType;

מסד נתונים.OnDisconnect

הקלד כינוי לסוג OnDisconnect מחבילת @firebase/database .

חֲתִימָה:

type OnDisconnect = rtdb.OnDisconnect;

מסד נתונים.שאילתה

הקלד כינוי לסוג שאילתה מחבילת @firebase/database .

חֲתִימָה:

type Query = rtdb.Query;

מסד נתונים.הפניה

הקלד כינוי לסוג Reference מחבילת @firebase/database .

חֲתִימָה:

type Reference = rtdb.Reference;

database.ThenableReference

הקלד כינוי לסוג ThenableReference מחבילת @firebase/database .

חֲתִימָה:

type ThenableReference = rtdb.ThenableReference;