References
Function Summary
Static Public Function Summary | ||
public |
* create(path: *, fn: *): * |
|
public |
* get(path: *, key: *): * | any Fetches a record specified by the key from the database |
|
public |
* getAll(path: *): * | any Fetches entire snapshot of the database |
|
public |
|
|
public |
* update(path: *, key: *, payload: *): * |