Commit Graph

293 Commits

Author SHA1 Message Date
Michael Diarmid 4463292996 added logo svg
thanks @greena13 for the conversion into an svg
2017-03-24 02:56:28 +00:00
Michael Diarmid 4e92fcac98 Update README.md 2017-03-23 17:12:52 +00:00
Michael Diarmid f7a3ba4818 Update README.md 2017-03-23 17:09:49 +00:00
Michael Diarmid e78c288b40 Update README.md 2017-03-23 17:05:28 +00:00
Michael Diarmid ecde728f85 Update installation.ios.md 2017-03-23 13:45:33 +00:00
Michael Diarmid 8c340838bc Update installation.ios.md 2017-03-23 13:40:18 +00:00
Michael Diarmid c09ee68269 Update installation.ios.md 2017-03-23 13:38:10 +00:00
Michael Diarmid c31f20953a Update installation.ios.md 2017-03-23 13:33:37 +00:00
Michael Diarmid ef5931b939 Update installation.ios.md 2017-03-23 13:29:01 +00:00
Michael Diarmid 70e17624bc Update installation.ios.md 2017-03-23 13:25:38 +00:00
Michael Diarmid dc181f853d Update README.md 2017-03-23 01:21:18 +00:00
Salakar 61d6358ce0 1.0.0-alpha8 2017-03-23 01:03:20 +00:00
Salakar 637afad444 [js][storage] misc comments 2017-03-23 00:54:19 +00:00
Salakar 67a2b41a61 [ios][storage] fixes #15, fixed an issue where some storage errors are unserializable by RN - workaround is just to send nil instead of the NSError 2017-03-23 00:37:38 +00:00
Salakar f1655c1ea6 [js] fixed issue with StorageTask.then/.catch 2017-03-22 23:23:48 +00:00
Salakar d15ae5cb27 [js] added firebase.storage.Native.* constants 2017-03-22 23:20:57 +00:00
Salakar f132ddb614 [ios][storage] fixed issue where invalid file paths for download would error with unknown 2017-03-22 23:20:02 +00:00
Salakar 2c2766f767 [js] remove old code 2017-03-22 20:45:53 +00:00
Salakar d9023f55b8 [js][statics] implemented staticsOrInstance helper - fixes #12 2017-03-22 20:15:02 +00:00
Salakar 2f12569c60 [js][storage] misc 2017-03-22 19:57:42 +00:00
Salakar 352b8db780 [ios][storage] lowercase TaskState's to match web sdk 2017-03-22 19:47:22 +00:00
Salakar 00889e1a69 [js][storage] switch to native promises 2017-03-22 19:46:08 +00:00
Salakar dfa72c03f9 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-22 18:50:05 +00:00
Salakar e23302fb24 [ios][storage] switch to native promises and implemented web error codes 2017-03-22 18:49:36 +00:00
Michael Diarmid ab5f129d52 Merge pull request #11 from smkhalsa/patch-1
Fix documentation for Auth methods
2017-03-21 23:06:14 +00:00
Sat Mandir S. Khalsa 657b9e4e91 Fix updateEmail method 2017-03-21 15:30:34 -07:00
Sat Mandir S. Khalsa a5f9e278d7 Fix documentation for Auth methods 2017-03-21 12:07:27 -07:00
Salakar b3b74d50da 1.0.0-alpha7 2017-03-21 15:14:41 +00:00
Salakar d4c2f95cca [ios,js] full fcm implementation, first draft for ios 2017-03-21 15:11:07 +00:00
Salakar fbfd240d45 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-21 11:30:19 +00:00
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