Commit Graph

241 Commits

Author SHA1 Message Date
Salakar 9031db6b64 [js][storage] uploadTask.on now correctly handles next or observer args as per firebase web sdk 2017-04-07 16:15:08 +01:00
Salakar d2a9bb7fa3 [js][auth] onAuthStateChange now correctly returns an instance of the User class. 2017-04-07 16:10:04 +01:00
Salakar cfd5e2e033 misc docs 2017-04-07 16:09:12 +01:00
Michael Diarmid c71a727f16 Update firebase-setup.md 2017-04-06 14:41:10 +01:00
Michael Diarmid f1f558cda8 Update firebase-setup.md 2017-04-06 13:15:44 +01:00
Michael Diarmid 3dda4dad9c Update firebase-setup.md 2017-04-06 13:12:18 +01:00
Michael Diarmid c284f73c04 Update installation.ios.md 2017-04-06 13:11:43 +01:00
Michael Diarmid f33a486f40 Update firebase-setup.md 2017-04-06 13:01:21 +01:00
Michael Diarmid bd2665a99c Update installation.android.md 2017-04-06 13:01:18 +01:00
Michael Diarmid 0bc3fbf3ea Update authentication.md 2017-04-06 12:44:08 +01:00
Michael Diarmid 8c45b744c9 Update authentication.md 2017-04-06 12:41:00 +01:00
Elliot Hesp eac406f007 Update transactions.md 2017-04-05 09:38:28 +01:00
Chris Bianca 9b38d9258e Bring Android updateProfile photoURL in line with web SDK and iOS naming 2017-04-05 09:09:45 +01:00
Michael Diarmid f6ee3ff6f9 Merge pull request #34 from Leeds-eBooks/patch/flow-errors-1
Fixing various flow errors
2017-04-04 23:30:04 +01:00
Michael Diarmid f65e93e6a0 Merge pull request #36 from Leeds-eBooks/patch/remove-platform-specific-index-files
Remove redundant platform-specific index files
2017-04-04 22:30:45 +01:00
Ben Styles d87da28398 initial commit 2017-04-04 20:47:31 +01:00
Ben Styles 51a07fc4ee flow fixes that change logic slightly 2017-04-04 17:58:47 +01:00
Ben Styles 5acea6d218 initial commit: basic flow errors 2017-04-04 17:58:20 +01:00
chrisbianca 34746c22c2 Merge pull request #30 from Leeds-eBooks/patch-1
add version to .flowconfig
2017-04-04 13:37:54 +01:00
Ben Styles a5aaff8f29 upgrade flow-bin, add npm script for flow 2017-04-04 12:17:04 +01:00
Ben Styles 912722d331 add version to .flowconfig
The consequence of this is that **flow will not run in this project** unless you have `flow@0.40.x` installed. One solution to this is adding `flow-bin` to this package's devDependencies.
2017-04-04 11:55:50 +01:00
Salakar b9f20d78cf 1.0.0-alpha12 2017-04-03 10:33:48 +01:00
Salakar 343710dbf9 [js][ios][messaging] fixed misc messaging .send() types 2017-04-03 10:33:18 +01:00
Salakar 30e9d82732 1.0.0-alpha11 2017-03-31 09:42:30 +01:00
Salakar 91e9263965 [js][ios][android][messaging] full implementation of upstream send including RemoteMessage builder 2017-03-30 16:25:27 +01:00
Salakar 48e57d2065 [ios][android][auth] getToken now correctly accepts forceRefresh argument. Fixes #21. 2017-03-30 10:55:16 +01:00
Salakar 89a0354e4b 1.0.0-alpha10 2017-03-29 17:52:17 +01:00
Salakar e16b788ad7 [android][storage] storage implementation using react native promises 2017-03-29 17:50:25 +01:00
Salakar b78ebc7de2 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-29 17:48:31 +01:00
Salakar b012bf22f6 [ios][storage] getMetaData --> getMetadata renamed 2017-03-29 17:48:21 +01:00
chrisbianca 2dfcf078d0 Updated iOS install docs with 3 different approaches 2017-03-28 09:22:25 +01:00
Salakar 86512320f0 [js] move auth statics 2017-03-27 19:11:26 +01:00
Michael Diarmid 2ae3003597 added discord badge 2017-03-27 17:20:08 +01:00
Chris Bianca 10656ce698 Add missing Android messaging file for local notifications; Document local notification setup 2017-03-27 13:48:50 +01:00
Chris Bianca e25dd05576 Fix iOS messaging issue 2017-03-27 13:26:26 +01:00
Chris Bianca 43df6b5564 Add a promise response to iOS messaging requestPermissions to return permission popup response (iOS 10+) 2017-03-27 12:51:52 +01:00
chrisbianca 187f7cd7b9 Fix directory reference in documentation 2017-03-27 12:41:05 +01:00
chrisbianca 78835f4556 Correct ios installation documentation syntax 2017-03-27 12:39:39 +01:00
Chris Bianca f300149d2f Fix iOS Podspec issue; Update documentation to make use of pod file for iOS setup rather than react-native link 2017-03-27 12:38:33 +01:00
Elliot Hesp 3eb301399e Add transactions doc link 2017-03-27 11:37:39 +01:00
Elliot Hesp e9489035e9 Create transactions.md 2017-03-27 11:37:07 +01:00
Salakar a3d2a6b0bf 1.0.0-alpha9 2017-03-25 01:03:58 +00:00
Salakar fda59ecdcb [ios][database] transaction support implemented 2017-03-25 00:59:27 +00:00
Salakar 5824e5405f [android][database] transaction lock condition 'awaits' now timeouts after 30 seconds if not signalled (forgot to include the handler originally also) 2017-03-24 23:36:01 +00:00
Salakar d8693f5e39 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-24 22:54:08 +00:00
Salakar bb6b1aa7f2 [android,js][database] transactions support implemented 2017-03-24 22:53:56 +00:00
Michael Diarmid 4db1a4095e Update README.md 2017-03-24 03:00:03 +00:00
Michael Diarmid 792902392f Update README.md 2017-03-24 02:58:44 +00:00
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