2.0.1 • Published 6 years ago

@leonardodino/firebase-on-rest v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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()

2.0.1

6 years ago

2.0.0

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago