Commit Graph

130 Commits

Author SHA1 Message Date
Salakar 87cf8d900c [tests][ios] update Firebase pods to v5.6.0 2018-08-16 14:49:46 +01:00
Salakar de524a52fb [tests] update cloud functions testing project to include region testing function 2018-08-16 13:13:16 +01:00
Salakar e800756bfa [tests][ios] update dependencies 2018-08-16 13:10:43 +01:00
Salakar d65d9e405c [tests] update tests to use jet package 2018-08-14 01:11:57 +01:00
Salakar a2205160d8 [functions][android] add support for multiple firebase apps and specifying a function region 2018-08-13 23:18:08 +01:00
Salakar 3e052a7e85 [tests] update to detox 8.1.1 2018-08-06 03:37:28 +01:00
Salakar c42534da2d [tests] update test app to RN ^0.56.0 2018-08-05 02:19:32 +01:00
Salakar 9b9b2beb20 remove old/unused files 2018-08-05 02:18:10 +01:00
Salakar 52c63b5e18 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	android/src/main/java/io/invertase/firebase/crash/RNFirebaseCrash.java
#	android/src/main/java/io/invertase/firebase/crash/RNFirebaseCrashPackage.java
#	lib/index.d.ts
2018-08-04 22:47:04 +01:00
Salakar 1777e80427 [android][ios][js][tests] remove deprecated `.crash()` 2018-08-04 22:41:39 +01:00
Elliot Hesp 752a2e95a2
Merge branch 'master' into perf 2018-07-18 16:15:28 +01:00
Elliot Hesp a018810124 [perm][android] 100% JS test coverage 2018-07-18 13:30:54 +01:00
Elliot Hesp 6b87ae7056 [perm][android] Fix tests + remove httpMetric instances on stop() 2018-07-18 13:22:00 +01:00
Salakar 7a66c165ed [tests][iid] remove test focus 2018-07-15 00:47:00 +01:00
Salakar 8aac77b3ac [tests][iid] more coverage including change: getToken & deleteToken now have option args with defaults that use `app.options.messagingSenderId` as authorizedEntity and '*' as scope 2018-07-15 00:45:04 +01:00
Elliot Hesp 2c776a60e8 [perf] Return Promise types 2018-07-12 13:25:11 +01:00
Salakar b3a675d964 [tests] misc project files 2018-07-10 22:51:45 +01:00
Salakar 55a650e909 [tests][ios] lock Firebase SDK versions in Podfile 2018-07-10 22:17:50 +01:00
Salakar b4f97c8f8c [tests][storage] content tests - need expanding - verified on console 2018-07-10 22:17:11 +01:00
Elliot Hesp 417b6ba542 [perf] Update/add perf method tests 2018-07-10 20:14:36 +01:00
Elliot Hesp 90bbb972ea [perf][android] Refactor with Trace/HttpMetric 2018-07-10 20:11:07 +01:00
Salakar 91a9c4744c [tests][android] update to com.google.firebase:firebase-messaging:17.1.0 2018-07-08 16:22:55 +01:00
Salakar c13c81f36d [storage][ios] fix automatic mime/content type detection for storage meta 2018-07-07 03:10:35 +01:00
kf 6d64ae8bc3 Update fabric tools version to 1.25.4 2018-07-03 23:23:40 +08:00
Chris Bianca a79bf81418 [firestore] Add support for `GetOptions` #1248 2018-07-03 16:03:43 +01:00
Chris Bianca dae0645006 [android] Update to latest version of android libs; Fix compilation issues 2018-06-17 15:59:47 +01:00
Chris Bianca 42e7fb2e5d [ios] Firebase iOS v5 support 2018-05-16 17:22:47 +01:00
Chris Bianca 54f41565db [misc] Update pods for tests and bridge 2018-05-15 10:01:52 +01:00
Salakar 061a60a106 [tests][storage] migrate and re-write legacy tests 2018-05-13 18:30:04 +01:00
Salakar 9112d4beff [tests][helpers] add Promise.defer() helper 2018-05-13 18:29:34 +01:00
Salakar 6356360210 [tests][android] misc build 2018-05-13 01:36:02 +01:00
Salakar 187c756550 [tests][auth] isSignInWithEmailLink tests 2018-05-13 01:00:30 +01:00
Salakar 98fb88a882 [tests][auth] misc email auth tests 2018-05-13 00:37:47 +01:00
Salakar 3cba1c4e62 [tests][auth] add tests for new EmailAuthProvider properties & methods 2018-05-12 23:36:57 +01:00
Salakar cf25ba23e5 [both][auth] Deprecated firebase.auth().fetchProvidersForEmail in favor of firebase.auth().fetchSignInMethodsForEmail() 2018-05-12 22:51:42 +01:00
Salakar e45db1a465 [tests][android] update to latest dependencies + fix build issues 2018-05-12 21:16:40 +01:00
Chris Bianca 25506479d3 [firestore][android] Add support for firestore v16 2018-05-08 15:36:49 +01:00
Salakar d0198d98b8 [tests][ios] add Firebase/Functions to pods 2018-05-06 15:35:12 +01:00
Salakar 263df53dcf [tests][functions] added HttpsError tests 2018-05-06 13:52:56 +01:00
Salakar 6e3c4f0f57 [tests][functions] httpsCallable tests 2018-05-06 13:08:49 +01:00
Salakar e5233c9af3 Merge branch 'master' of https://github.com/invertase/react-native-firebase into functions 2018-05-06 00:55:37 +01:00
Salakar 174160917b [tests][functions] start of functions tests - todo 2018-05-06 00:53:44 +01:00
Salakar d5b55abfba [tests][android] add functions module package to app 2018-05-06 00:52:37 +01:00
Salakar 1526d57872 [tests] add logging to cloud function + use deepEqual 2018-05-06 00:48:56 +01:00
Salakar ca068dbbab [tests][functions] update cloud function to support primitive types of data and return a string value of the type that was sent 2018-05-05 18:32:56 +01:00
Salakar 9fa059bd0b [tests][helpers][functions] expose TestHelpers.functions.data 2018-05-05 18:24:32 +01:00
Salakar 300c31fffe [tests][functions] create testing cloud function project 2018-05-05 18:22:08 +01:00
Salakar a07e859ff6 [tests][android] add functions sdk to app + switch out remaining gradle `compile` statements for `implementation` 2018-05-04 16:40:01 +01:00
Salakar 216ecc63f5 [tests][firestore] additional Blob arg validation tests 2018-05-03 21:57:57 +01:00
Salakar 93dc585ac3 [tests][firestore] added large and small sized blob read/write tests 2018-05-03 21:02:07 +01:00