firebase-on-rest
v1.2.2
Published
Firebase API base on REST
Downloads
3
Readme
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()