1.2.2 • Published 8 years ago

firebase-on-rest v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago