@leonardodino/firebase-on-rest

2.0.1 • Public • Published

FirebaseOnRest

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

Query

  • once(event)
  • remove()
  • 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 @leonardodino/firebase-on-rest

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

13.3 kB

Total Files

11

Last publish

Collaborators

  • leonardodino