Commit Graph

363 Commits

Author SHA1 Message Date
Elliot Hesp 4514d1e03f Update cloud-messaging.md 2017-03-21 11:26:25 +00:00
Salakar 7650ae42e4 [android,js] misc messaging 2017-03-21 11:26:16 +00:00
Elliot Hesp cbfd111f18 Update cloud-messaging.md 2017-03-21 11:25:07 +00:00
Elliot Hesp 865774e367 Create cloud-messaging.md 2017-03-21 11:23:49 +00:00
Michael Diarmid 771cbf1990 Merge pull request #7 from greena13/patch-1
Fix typo in README.md
2017-03-18 11:40:36 +00:00
Aleck Greenham 6d9613d8b9 Fix typo in README.md 2017-03-18 11:27:38 +00:00
Salakar 605a7515aa 1.0.0-alpha6 2017-03-18 01:13:57 +00:00
Salakar ea5d7d409f [js][auth] implemented currentUser.updateProfile() method 2017-03-18 01:10:34 +00:00
Salakar 1789fae541 [ios][auth] implemented currentUser.updateProfile() method 2017-03-18 01:10:22 +00:00
Salakar 2c0e8f4eaa [android][auth] implemented currentUser.updateProfile() method 2017-03-18 01:09:37 +00:00
Salakar 916224014d [js][auth] implemented currentUser.updatePassword() method 2017-03-18 00:41:24 +00:00
Salakar ad52991ffc [ios][auth] implemented currentUser.updatePassword() method 2017-03-18 00:41:10 +00:00
Salakar 8d45bfdbf4 [android][auth] implemented currentUser.updatePassword() method 2017-03-18 00:40:55 +00:00
Salakar f5b604bfdd [js][auth] added intercept to updateEmail 2017-03-18 00:31:28 +00:00
Salakar 5320d506bf [ios][auth] added sendEmailVerification, reload and updateEmail methods 2017-03-18 00:31:02 +00:00
Salakar 5bcd492efc [android][auth] added sendEmailVerification and updateEmail methods 2017-03-18 00:30:26 +00:00
Salakar 5d67aaa9ef [js] implement currentUser.reauthenticate(credential) 2017-03-18 00:04:47 +00:00
Salakar 70567b3b3e [ios] implement currentUser.reauthenticate(credential) 2017-03-18 00:04:31 +00:00
Salakar 2a0ffb5832 [android] implement currentUser.reauthenticate(credential) 2017-03-18 00:04:17 +00:00
Salakar 52713426d1 [js] implemented remaining auth providers on auth() : auth(). EmailAuthProvider, GithubAuthProvider, FacebookAuthProvider, TwitterAuthProvider and GoogleAuthProvider 2017-03-17 23:51:26 +00:00
Salakar 9d520c4693 [js] misc flow fixes in auth 2017-03-17 23:40:12 +00:00
Salakar 83e5d1f3d0 [android] implemented auth().link & signInWithCredential - for all providers, password, twitter, facebook, google and github 2017-03-17 23:33:55 +00:00
Salakar 9cdd48a95a [ios] implemented auth().link - for all providers, password, twitter, facebook, google and github 2017-03-17 22:34:35 +00:00
Salakar 48f6d90690 [android] added promiseRejectAuthException method to match ios 2017-03-17 22:00:13 +00:00
Salakar 96fc1c7e42 [ios] finished standardizing auth exception codes/messages 2017-03-17 21:41:17 +00:00
Salakar 93b2561878 [ios] misc auth 2017-03-17 19:08:51 +00:00
Salakar 30c052a9c0 1.0.0-alpha5 2017-03-17 18:05:31 +00:00
Salakar 6977f06a67 [ios] completed remaining .auth().. methods 2017-03-17 18:04:13 +00:00
Salakar a5df15709d Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-17 16:06:24 +00:00
Salakar aa696e2523 #1.0.0-alpha4 2017-03-17 16:06:20 +00:00
Salakar 856da83a80 [android, ios] first draft of full fcm implementation - ios still todo 2017-03-17 16:04:39 +00:00
Salakar b9fd032b6d [ios] commented out authToDict function as it's still todo - causes a crash on some xcode environments (weird) 2017-03-17 16:03:30 +00:00
Elliot Hesp e214e9c23b Typo fix 2017-03-17 15:44:02 +00:00
Elliot Hesp 66fb741e95 Typo fix 2017-03-17 15:43:24 +00:00
Salakar ea83290bae Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-17 15:41:37 +00:00
Salakar 46c84581ca firebase.crash().report() now accepts an error instead of a string, a string version of the error is generated before sending to native side. 2017-03-17 15:41:25 +00:00
Elliot Hesp f563064455 Update crash.md 2017-03-17 15:40:19 +00:00
Elliot Hesp 7fc8856487 Fix typo 2017-03-17 15:23:14 +00:00
Elliot Hesp 73071c1e7a Create crash.md 2017-03-17 15:21:57 +00:00
Salakar 24738dd03f Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-17 14:58:35 +00:00
Elliot Hesp 7b7d6a07da Update README.md 2017-03-17 14:58:28 +00:00
Salakar 50c97ad542 misc build script changes 2017-03-17 14:57:22 +00:00
Elliot Hesp 56b1d0009a Update Android installation instructions 2017-03-17 14:39:50 +00:00
Salakar 8830b98c18 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-17 13:27:18 +00:00
Salakar d71ffd569f #v1.0.0-alpha3 2017-03-17 13:27:04 +00:00
Michael Diarmid aaed24cb87 Update README.md 2017-03-17 12:41:56 +00:00
Michael Diarmid 277f9b856c Update README.md 2017-03-17 12:41:34 +00:00
Salakar 86498b76d0 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-16 17:08:43 +00:00
Salakar f5d0bd002a [js] prefix snapshot internals with '_' 2017-03-16 16:48:03 +00:00
Elliot Hesp a5cd56243e Update analytics.md 2017-03-16 16:32:17 +00:00