IFireDatabase
API > [GraphStore Module] > IFireDatabase
Interface
A persistent store that implements the Firebase Realtime Database V3 API
Implemented by
Properties
goOffline
● goOffline: function
Defined in GraphStore.ts:29
Type declaration
►(): void
Returns: void
Methods
ref
► ref(path: string
): IFireDatabaseRef
Defined in GraphStore.ts:28
Parameters:
Param | Type | Description |
---|---|---|
path | string | - |
Returns: IFireDatabaseRef