Commit Graph

549 Commits

Author SHA1 Message Date
Elliot Hesp 92b3860230 [admob][ios] Fix an issue whereby interstitials on iOS could not be reused with the same adUnit ID 2017-07-04 15:39:56 +01:00
Salakar f97db8eba1 more work on multiple apps support 2017-07-04 13:05:19 +01:00
Salakar ec22e510bc more work on multiple app initialization 2017-06-30 17:23:32 +01:00
Salakar 80ae8425ce started work on multiple app initialization 2017-06-29 17:24:34 +01:00
Elliot Hesp 931a7943a1 Merge pull request #207 from hayanmind/feature/fix-crash-report
[crash] Support javascript plain error object in crash.report
2017-06-27 20:18:53 +01:00
Elliot Hesp c22fb3911f [admob] Add openDebugMenu support 2017-06-27 15:14:02 +01:00
Daehoon Kim 78262dcb32 Support javascript plain error object in crash.report 2017-06-26 14:30:17 +09:00
Elliot Hesp 7e3042cc92 Merge branch 'v2' of github.com:invertase/react-native-firebase into v2 2017-06-20 13:22:24 +01:00
Elliot Hesp 52d94763bb [ios][admob] Check AdMob exists 2017-06-20 13:22:09 +01:00
Elliot Hesp 54bf957cb3 [admob] Support 11.0 VideoController methods 2017-06-20 12:19:26 +01:00
Chris Bianca cd347383a4 [messaging] Correctly bind messaging listeners 2017-06-19 13:14:36 +01:00
Chris Bianca 782958d026 [messaging] Update typescript definition to match interface changes 2017-06-19 12:26:10 +01:00
Elliot Hesp 02be8a0d84 Merge branch 'v2' of github.com:invertase/react-native-firebase into v2 2017-06-19 09:38:47 +01:00
Chris Bianca 96d122f943 [messaging] Return function to remove listeners for onTokenRefresh and onMessage 2017-06-19 09:21:15 +01:00
Elliot Hesp d159d9bb6b [ios][admob] Implement NativeExpress 2017-06-16 17:40:05 +01:00
Elliot Hesp af5bf655fe [ios][admob] Implement Banner 2017-06-16 15:20:34 +01:00
Elliot Hesp 3809fa8f63 [auth] Pass previousChildName back to callback 2017-06-15 14:55:52 +01:00
Michael Diarmid 0edb79243a AuthResult fix
Fixes #144
2017-06-13 02:09:12 +01:00
Elliot Hesp 4c87131328 [crash][both] Add support for isCrashCollectionEnabled & setCrashCollectionEnabled 2017-06-12 14:26:56 +01:00
Elliot Hesp 9342a0e748 [admob][ios] Implement Rewarded Videos 2017-06-07 14:19:06 +01:00
Elliot Hesp 921eac06a4 [admob][ios] Finish up Interstitial with events + AdRequest handling 2017-06-07 12:37:32 +01:00
Elliot Hesp ac2091d890 [admob] Provide a default request for Interstitials & Rewarded Videos 2017-06-07 12:36:04 +01:00
Elliot Hesp c710f135ce [admob][android] Support multiple test devices 2017-06-05 14:12:49 +01:00
Chris Bianca d83e747b91 Merge commit '3f94ad5b99ef605a37062152f967ef36bbecef48' into v2 2017-06-05 09:59:28 +01:00
Richard B. Kaufman-López eed9ccbfd4 Fixes flow error 2017-06-01 19:15:46 -05:00
Elliot Hesp a6705dfb3d [admob] Add tests 2017-06-01 11:15:37 +01:00
Elliot Hesp e12567e57f [admob][android] Add initialize method + documentation 2017-06-01 10:22:15 +01:00
Elliot Hesp 35aeef460f Merge 2017-05-31 16:36:28 +01:00
Elliot Hesp 5a9a7ea556 [admob][android] Implement VideoOptions + AdRequest into all advert types 2017-05-31 16:33:08 +01:00
Chris Bianca a162a0d6f5 [js] Couple of additional checks for module existence 2017-05-31 15:45:14 +01:00
Chris Bianca a1cff881e1 [android][ios][js] Detect missing native module rather than using empty function 2017-05-31 15:22:15 +01:00
Chris Bianca 8c821e2612 [js] Only subscribe to auth if RNFirebaseAuth exists 2017-05-30 16:23:51 +01:00
Chris Bianca b3cd102077 [js][db] Rename .listeners 2017-05-30 12:46:28 +01:00
Chris Bianca ba24a80e09 [js] Fix permissions problem 2017-05-30 12:28:53 +01:00
Chris Bianca f82897218f [ios][js] Misc clean up 2017-05-30 11:44:06 +01:00
Chris Bianca abc4de2257 [messaging][iOS] Tidy up messaging and bring it in inline with latest version of Firebase Messaging (4.0.0) 2017-05-30 08:26:40 +01:00
Elliot Hesp 5b39ab3efe Cleanup utils 2017-05-27 17:31:00 +01:00
Elliot Hesp e4ee402aef [admob][android] Move RewardedEventTypes to statics 2017-05-27 17:27:22 +01:00
Elliot Hesp 9a944dffc5 Merge pull request #132 from invertase/admob
[admob][android] Implement RewardedVideo
2017-05-27 17:11:34 +01:00
Elliot Hesp e6af87209a [admob][android] Implement RewardedVideo 2017-05-27 17:03:40 +01:00
Elliot Hesp 4852cae988 [admob][android] Standardise adunit / adUnit 2017-05-27 17:03:09 +01:00
Elliot Hesp 9c2d4a73d6 [admob][android] Add dummy methods to AdRequest 2017-05-27 17:02:03 +01:00
Salakar 2993b9b697 [js][perf] remove logging - no logger attached to perf class so was red-boxing 2017-05-27 15:26:14 +01:00
Salakar b7b4febe3f [ios][admob] added stub modules 2017-05-27 15:24:51 +01:00
Michael Diarmid 5a62d9664b Merge pull request #131 from invertase/admob
Admob -> v2 Branch
2017-05-27 13:23:37 +01:00
Elliot Hesp 608c1d8d6b [admob][android] Start implementation of Rewarded Video 2017-05-26 22:19:20 +01:00
Elliot Hesp d9adef31a5 [admob][android] Add util to convert code + message to JS Error 2017-05-26 17:56:04 +01:00
Elliot Hesp 1b8a2826ac [admob][android] Implement shared event emitter @Salakar 2017-05-26 17:55:22 +01:00
Elliot Hesp d75405dbab [admob][android] Interstitial; Handle JS events from native 2017-05-26 17:54:09 +01:00
Elliot Hesp 0e47c57317 [admob][android] Add admob module to base firebase object 2017-05-26 15:19:48 +01:00
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
Salakar 6f81605616 [js][all] added nativeSDKMissing check for all modules - part of making all module native sdk's optional. 2017-05-25 23:39:06 +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
Salakar 7650ae42e4 [android,js] misc messaging 2017-03-21 11:26:16 +00:00
Salakar ea5d7d409f [js][auth] implemented currentUser.updateProfile() method 2017-03-18 01:10:34 +00:00
Salakar 916224014d [js][auth] implemented currentUser.updatePassword() method 2017-03-18 00:41:24 +00:00
Salakar f5b604bfdd [js][auth] added intercept to updateEmail 2017-03-18 00:31:28 +00:00
Salakar 5d67aaa9ef [js] implement currentUser.reauthenticate(credential) 2017-03-18 00:04:47 +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 856da83a80 [android, ios] first draft of full fcm implementation - ios still todo 2017-03-17 16:04:39 +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
Salakar f5d0bd002a [js] prefix snapshot internals with '_' 2017-03-16 16:48:03 +00:00
Salakar 9f5b132f38 [android, ios] currentUser.getToken() - now uses promise and correctly returns a string 2017-03-16 12:35:03 +00:00
Salakar b6c406c7aa [android] link/linkPassword 2017-03-16 12:19:34 +00:00
Salakar afece365e4 [android] start of auth().currentUser methods refactor 2017-03-15 20:17:04 +00:00
Salakar a780f9677d [android] finished refactor of auth() methods, currentUser methods still TODO 2017-03-15 20:05:09 +00:00
Salakar 1acbff834f [ios, android] fixed messaging() send() - now a promise on native - added stub method for ios as the existing one was empty 2017-03-15 14:00:28 +00:00
Salakar cd4664fb68 [ios] fixed messaging getToken, listen/unlisten token refresh 2017-03-15 13:05:56 +00:00
Salakar 6d52b6d4d3 messaging().getToken now correctly returns a string on both platforms 2017-03-15 12:57:36 +00:00
Salakar 5c14dfeb3b fix debug logging 2017-03-15 11:20:12 +00:00
Salakar 0914a9341c [ios,android] WIP - moving auth to promises & fixing ios <-> android discrepancies 2017-03-14 19:04:16 +00:00
Salakar b18a7a0d6a switch ios onAuthStateChange handlers to new format 2017-03-14 10:57:57 +00:00
Salakar efb07c47c7 - moved user methods out of auth class into user class
- lint/flow
2017-03-13 20:27:44 +00:00
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