Home Manual Reference Source Repository

References

Function Summary

Static Public Function Summary
public

* create(path: *, fn: *): *

Saves new data to the database with set()

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

* push(path: *, fn: *): *

Generates a new child location using a unique key

public

* remove(path: *, key: *): *

Deletes a given child location using a unique key

public

* sync(path: *, mapEventToAction: {}, limit: number)

public

* update(path: *, key: *, payload: *): *