IFireDatabaseRef
API > [GraphStore Module] > IFireDatabaseRef
Interface
A database reference in a persistent store that implementes the Firebase Realtime Database V3 API
Properties
off
● off: function
Defined in GraphStore.ts:19
Type declaration
►(): void
Returns: void
Methods
on
► on(eventType: string
, callback: any
): any
Defined in GraphStore.ts:18
Parameters:
Param | Type | Description |
---|---|---|
eventType | string | - |
callback | any | - |
Returns: any
remove
► remove(callback: function
): any
Defined in GraphStore.ts:21
Parameters:
Param | Type | Description |
---|---|---|
callback | function | - |
Returns: any
update
► update(update_value: any
, callback: function
): any
Defined in GraphStore.ts:20
Parameters:
Param | Type | Description |
---|---|---|
update_value | any | - |
callback | function | - |
Returns: any