Commit Graph

9 Commits

Author SHA1 Message Date
Aleck Greenham 8d665542cc [Database] Standardise error messages and add context support for Reference.on()
- Make error messages raised by Reference.on() same as Web API
- Add support for context argument to Reference.on()
- Add tests for Reference.on()
- Add JSDoc comments for Reference.on() and some other minor methods
2017-05-06 14:33:55 +01:00
Ben Styles 5acea6d218 initial commit: basic flow errors 2017-04-04 17:58:20 +01:00
Salakar f5d0bd002a [js] prefix snapshot internals with '_' 2017-03-16 16:48:03 +00:00
Salakar ccd90666f5 js: snapshot now returns cloned objects/arrays of this.value 2017-03-09 18:45:42 +00:00
Salakar 178b2e1d99 js: snapshot comments / flow type additions 2017-03-09 18:18:10 +00:00
Salakar 834980f9dd snapshot.forEach() now correctly implemented - now allows returning true to break iteration as per web sdk docs.
+ misc commenting / flow types
2017-03-09 17:53:35 +00:00
Salakar da8a2ec645 misc snapshot 2017-03-09 17:18:48 +00:00
Salakar e48e5c290e js: snapshot class incorrectly defining 'exists' as a bool prop, instead of a function 2017-03-09 15:27:49 +00:00
Salakar 6a9b54124a RNFirebase - database - js 2017-03-02 11:40:08 +00:00