Commit Graph

77 Commits

Author SHA1 Message Date
Salakar 15167a4f81 added auth method result interceptor - grab user objects and shim into currentUser 2017-03-13 20:02:44 +00:00
Salakar 7710dd94a7 implement currentUser.toJSON() method 2017-03-13 20:01:45 +00:00
Salakar 2509e7484d - switched signInAnonymously to use RN promises native side
- created helper to convert auth exceptions into cleaner web equivalent error codes/messages
2017-03-13 17:23:41 +00:00
Salakar 50d176427f android/js: cleanup / remove redundant code 2017-03-10 18:12:46 +00:00
Chris Bianca eab45d7dc8 Fix issues with Analytics 2017-03-10 14:43:09 +00:00
Chris Bianca 77a09f5810 Add Firebase Crash Reporting for iOS and Android 2017-03-10 14:18:07 +00:00
Salakar f509dfedff android: bump firebase version to 10.2.0 2017-03-10 10:46:55 +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 2d1015d205 js: change db error to match firebase web sdk error 2017-03-08 13:21:21 +00:00
Salakar 51c63b2f3e js: cleanup error util 2017-03-07 17:35:48 +00:00
Salakar a3f3cf930a js: fixed promise rejected with non-error warning 2017-03-07 17:02:24 +00:00
Salakar 9b5aaae909 android: fixed promise rejected with non-error warning 2017-03-07 16:58:33 +00:00
Salakar 214928ba7f android: fixed once and on error handling 2017-03-07 16:54:04 +00:00
Salakar 79bfc7ce09 typeOf check the actual value - derp 2017-03-02 13:10:10 +00:00
Salakar 7e8dbcbb35 dump of current js files 2017-03-02 13:09:41 +00:00
Salakar 11df5cb9ba RNFirebase - messaging - js 2017-03-02 12:58:15 +00:00
Salakar 6a9b54124a RNFirebase - database - js 2017-03-02 11:40:08 +00:00
Salakar 1c114a447b typeOf check the actual value - derp 2017-02-15 12:14:45 +00:00
Salakar 3601a85e15 database.onDisconnect class - js 2017-02-14 15:57:08 +00:00
Salakar 081adee1dc utils - js 2017-02-14 15:56:28 +00:00
Salakar 1cef58939d auth - js 2017-02-14 11:41:27 +00:00
Salakar 0ac3160744 analytics - js 2017-02-14 11:36:52 +00:00
Salakar e9f9b74b91 storage - js 2017-02-14 11:31:42 +00:00