Signature:
export declare namespace database 
Variables
| Variable | Description | 
|---|---|
| enableLogging | enableLogging function from the @firebase/database-compatpackage. | 
| ServerValue | ServerValue constant from the @firebase/database-compatpackage. | 
Type Aliases
| Type Alias | Description | 
|---|---|
| Database | Type alias to Database. | 
| DataSnapshot | Type alias to DataSnapshot type from the @firebase/database-compatpackage. | 
| EventType | Type alias to the EventType type from the @firebase/database-compatpackage. | 
| OnDisconnect | Type alias to OnDisconnect type from the @firebase/database-compatpackage. | 
| Query | Type alias to Query type from the @firebase/database-compatpackage. | 
| Reference | Type alias to Reference type from the @firebase/database-compatpackage. | 
| ThenableReference | Type alias to ThenableReference type from the @firebase/database-compatpackage. | 
database.enableLogging
enableLogging function from the @firebase/database-compat package.
Signature:
enableLogging: typeof rtdb.enableLogging
database.ServerValue
ServerValue constant from the @firebase/database-compat package.
Signature:
ServerValue: rtdb.ServerValue
database.Database
Type alias to Database.
Signature:
type Database = TDatabase;
database.DataSnapshot
Type alias to DataSnapshot type from the @firebase/database-compat package.
Signature:
type DataSnapshot = rtdb.DataSnapshot;
database.EventType
Type alias to the EventType type from the @firebase/database-compat package.
Signature:
type EventType = rtdb.EventType;
database.OnDisconnect
Type alias to OnDisconnect type from the @firebase/database-compat package.
Signature:
type OnDisconnect = rtdb.OnDisconnect;
database.Query
Type alias to Query type from the @firebase/database-compat package.
Signature:
type Query = rtdb.Query;
database.Reference
Type alias to Reference type from the @firebase/database-compat package.
Signature:
type Reference = rtdb.Reference;
database.ThenableReference
Type alias to ThenableReference type from the @firebase/database-compat package.
Signature:
type ThenableReference = rtdb.ThenableReference;