firebase-on-rest

1.2.2 • Public • Published

FirebaseOnRest

  • new FirebaseOnRest(uri)
  • key()
  • root()
  • parent()
  • toString()
  • child(path)
  • set(data, callback)
  • push(data, callback)
  • setAuth(auth) // auth token form generator
  • unauth()

Query

  • once(event, callback)
  • remove(callback)
  • orderByKey()
  • orderByChild(path)
  • orderByValue()
  • limitToFirst(num)
  • limitToLast(num)
  • startAt(value)
  • endAt(value)
  • equalTo(value)

DataSnapshot

  • key()
  • ref()
  • val()
  • numChildren()

Readme

Keywords

Package Sidebar

Install

npm i firebase-on-rest

Weekly Downloads

3

Version

1.2.2

License

MIT

Last publish

Collaborators

  • wrenth04