Commit Graph

98 Commits

Author SHA1 Message Date
Elliot Hesp dd1262ca86 [admob][android] Export interstitial JS module 2017-05-26 15:18:57 +01:00
Elliot Hesp b1e9561633 [admob][android] Add custom Banner component wrapper 2017-05-26 15:18:09 +01:00
Elliot Hesp 18774bbb40 [admob][android] WIP Basic view 2017-05-25 17:00:53 +01:00
Elliot Hesp 154ff9bcf6 [auth] fetchProvidersForEmail Fix incorrect flow type 2017-05-25 15:30:39 +01:00
Elliot Hesp 45f8f4076d [auth] Implemented fetchProvidersForEmail 2017-05-25 14:45:03 +01:00
Elliot Hesp c609539747 [auth][js] Updated method names now removed/deprecated in the web SDK 2017-05-25 12:44:39 +01:00
Elliot Hesp 14199d6d10 Remove unused dep + file 2017-05-25 09:22:59 +01:00
Elliot Hesp 9ebda147f8 [perf][android] Add setPerformanceCollectionEnabled method 2017-05-25 08:41:43 +01:00
Elliot Hesp 4882123912 [perf] Linting fixes 2017-05-24 17:02:41 +01:00
Elliot Hesp 66d7e3c944 [perf][android] Add perf module 2017-05-24 12:37:52 +01:00
Elliot Hesp fe8c486dcb [config] Added setDefaultsFromResource method 2017-05-23 14:53:19 +01:00
Elliot Hesp 25e8bb6d5a [config] Standardize ios & android 2017-05-23 14:08:59 +01:00
Elliot Hesp b70eb274ee Apply config() module to RNFirebase 2017-05-23 11:50:44 +01:00
Akshet Pandey fdf60444fe Implement Firebase Remote Config for iOS 2017-05-19 16:17:28 -07:00
Alexander Kuttig db792b8857 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	ios/RNFirebase/RNFirebase.h
#	ios/RNFirebase/RNFirebaseAnalytics.h
#	ios/RNFirebase/RNFirebaseAuth.h
#	ios/RNFirebase/RNFirebaseCrash.h
#	ios/RNFirebase/RNFirebaseDatabase.h
#	ios/RNFirebase/RNFirebaseErrors.h
#	ios/RNFirebase/RNFirebaseMessaging.h
#	ios/RNFirebase/RNFirebaseStorage.h
2017-05-14 14:30:10 +02:00
Alexander Kuttig c35ed6f49d fixed storage task 2017-05-14 14:24:10 +02:00
Salakar 6c68d85261 [ios] added user `providerData` props 2017-05-12 13:13:17 +01:00
Salakar e6bd721617 [js] removed unused import 2017-05-12 12:05:07 +01:00
Ben Styles 477bd2bf54 initial commit 2017-05-10 17:37:03 +01:00
Aleck Greenham 9d5cc856c7 [Database] Add more accurate comments of expected behaviour of Reference.on() 2017-05-09 08:09:03 +01:00
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
Salakar ef783f0d9f [js] crash and auth now use internal staticsOrInstance helper. 2017-05-02 10:39:23 +01:00
Ben Styles 80b519158f fixed some flow and eslint errors 2017-04-28 11:03:12 +01:00
Ben Styles 6cee2609b1 fixed some flow and eslint errors 2017-04-28 10:27:29 +01:00
Chris Bianca 7f7d5e8ec7 [js] Fix database cleanup function 2017-04-26 17:52:16 +01:00
Chris Bianca ef306162b4 [js][android] Support multiple listeners on a single ref 2017-04-26 12:21:53 +01:00
Aleck Greenham 3277126fb4 [js][database] Add ref().isEqual() 2017-04-22 18:00:05 +01:00
Aleck Greenham 3d863ac636 [js][database] Add ref property for consistency with web API 2017-04-22 09:27:37 +01:00
Alexander Kuttig 98b6d64836 fixed CrashReporting on iOS
added RNFirebaseCrash.h and RNFirebaseCrash.m to ios project and build target
Renamed lib/modules/crash class name from Analytics to Crash
2017-04-19 16:16:55 +02:00
Salakar e6d2693f33 remove weird formatting 2017-04-19 11:30:08 +01:00
Chris Bianca baa198ea7d [js][android] Use GoogleApiAvailability to prompt the user to install Google Play Services if it is not installed 2017-04-10 09:50:42 +01:00
Salakar bdf588e0e2 [js][android][ios][storage] uploadTask.on now correctly receives a success status event 2017-04-07 17:57:57 +01:00
Salakar c83ba8b756 [js][storage] uploadTask.on now correctly handles next or observer args as per firebase web sdk 2017-04-07 16:15:53 +01:00
Salakar d2a9bb7fa3 [js][auth] onAuthStateChange now correctly returns an instance of the User class. 2017-04-07 16:10:04 +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
Salakar 343710dbf9 [js][ios][messaging] fixed misc messaging .send() types 2017-04-03 10:33:18 +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 86512320f0 [js] move auth statics 2017-03-27 19:11:26 +01:00
Chris Bianca e25dd05576 Fix iOS messaging issue 2017-03-27 13:26:26 +01:00
Salakar bb6b1aa7f2 [android,js][database] transactions support implemented 2017-03-24 22:53:56 +00:00
Salakar 637afad444 [js][storage] misc comments 2017-03-23 00:54:19 +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 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 00889e1a69 [js][storage] switch to native promises 2017-03-22 19:46:08 +00:00
Salakar d4c2f95cca [ios,js] full fcm implementation, first draft for ios 2017-03-21 15:11:07 +00:00