Commit Graph

413 Commits

Author SHA1 Message Date
Salakar
467b81cd8c v6.0.0-alpha.3 2019-02-20 01:03:45 +00:00
Salakar
3acf028aa5 [tests] exclude internals temporarily 2019-02-19 23:06:37 +00:00
Salakar
ff703aa98f [tests] RN 59.rc2 2019-02-19 02:16:02 +00:00
Salakar
ba53e8c6bc [auth] create auth package 2019-02-14 20:32:34 +00:00
Salakar
b2b84889c6 [firestore] create firestore package 2019-02-14 20:30:47 +00:00
Salakar
d950ea254b [tests] temporarily hard code RN default metro config until exposed from new CLI 2019-02-13 23:27:15 +00:00
Salakar
b87c98314e [tests] update to react 0.59 2019-02-13 21:04:26 +00:00
Salakar
ea8852e8fe [tests] update to Jet 0.3.0 2019-02-13 11:53:55 +00:00
Salakar
b6d801245d [tests] update build clean script 2019-02-13 11:31:35 +00:00
Salakar
dc215dd7f4 [android] upgrade gradle versions 2019-02-13 11:31:11 +00:00
Salakar
07f0968b99 [types] add 'withApp' module type 2019-02-10 05:48:24 +00:00
Salakar
66423a3a0b [tests][functions] added useFunctionsEmulator test 2019-02-10 05:15:32 +00:00
Salakar
19a8b46a9b [tests] import new modules for testing 2019-02-10 04:07:42 +00:00
Salakar
66d6cca9c2 [tests][crashlytics] apply fabric build tools 2019-02-10 03:50:00 +00:00
Salakar
dfb18d21bf [tests] update to react-native 58.4 2019-02-10 03:49:18 +00:00
Salakar
cdad2ea57c [android] update sdk versions 2019-02-10 03:26:07 +00:00
Salakar
3e4d6c1cf0 [tests][android] rename package/applicationId 2019-02-10 01:47:12 +00:00
Salakar
894b613e48 [tests][ios] rename bundle id 2019-02-10 01:46:19 +00:00
Salakar
93d49057d8 [tests] remove all helpers 2019-02-10 01:45:13 +00:00
Salakar
523164ef9d [tests] remove all firebase project credentials 2019-02-10 01:44:23 +00:00
Salakar
c35ec3f9bc update notices 2019-02-05 04:50:07 +00:00
Salakar
bf6755e100 [config] create package 2019-02-05 04:37:29 +00:00
Salakar
90d0553c5b [crashlytics] create package 2019-02-05 04:33:29 +00:00
Salakar
296c4e4e0f [utils] create package 2019-02-05 04:31:01 +00:00
Salakar
d47830b702 [tests] initialise default app natively to work around Firebase Perf hard requirement on default app plist/json setup 2019-02-05 02:36:50 +00:00
Salakar
51e83a0adc [tests] misc 2019-02-04 18:52:25 +00:00
Salakar
074c0ec5c2 [tests] integrate perf package 2019-02-04 18:38:15 +00:00
Salakar
9b34783097 [perf] create package 2019-02-04 18:18:00 +00:00
Salakar
b095c044a5 [tests] integrate iid package 2019-02-04 18:09:05 +00:00
Salakar
c67f816701 [dev] add create firebase module from template script 2019-02-04 17:33:27 +00:00
Salakar
2787d4413e [tests] publish alpha.2 2019-02-02 12:01:09 +00:00
Salakar
e01298af22 [ios] temporarily add Firebase/Auth to podspec to work around https://github.com/firebase/firebase-ios-sdk/issues/2292 2019-02-02 11:49:49 +00:00
Salakar
666027a188 [tests] cleanup after hook 2019-02-01 11:15:01 +00:00
Salakar
cb4764c3a1 [tests] cleanup legacy helpers & tests 2019-02-01 11:14:12 +00:00
Michael Diarmid
17d778cf66 Refactor into monorepo for v6 (#1837)
> You can [learn more about this here](https://blog.invertase.io/react-native-firebase-2019-7e334ca9bcc6).
2019-02-01 10:37:48 +00:00
Salakar
376fc52163 [tests] update pod lock 2019-01-22 06:46:58 +00:00
Salakar
4be1ae70de [tests] remove functions project 2019-01-08 20:59:02 +00:00
Salakar
e519956ca7 [ios] update native Firebase SDK versions 2019-01-04 22:22:04 +00:00
Salakar
1ebdc20d2b [android] update native Firebase SDK versions 2019-01-04 22:21:51 +00:00
Salakar
51c26282bb [tests] 2019-01-04 21:37:21 +00:00
Salakar
b73372cd2a [tests][firestore] additional tests for arrayUnion & arrayRemove 2019-01-04 21:05:40 +00:00
Salakar
6bc668c8ab [tests][firestore] added tests for #1439 #1437 #1573 #1552 - unable to reproduce 2019-01-04 18:27:45 +00:00
Salakar
d5fd178841 [ios][messaging] hasPermission now correctly returns true/false instead of 1/0 - fixes #1547 2019-01-04 13:10:43 +00:00
Salakar
a05a8c97b3 [tests][firestore] update path tests 2019-01-04 00:31:30 +00:00
Michael Diarmid
1d83962f26 [messaging] getToken/deleteToken/onTokenRefresh improvements (#1805)
[IOS] [BUGFIX] [MESSAGING] fix getToken() always returning initialToken (#1510)

[ANDROID] [NOTICE] [MESSAGING] deprecate RNFirebaseInstanceIdService in favour of FirebaseMessagingService's onNewToken event. Remove this service from your AndroidManifest.xml

[IOS] [ANDROID] [INTERNAL] [MESSAGING] getToken & deleteToken now use Firebase InstanceID token management apis (with an FCM scope).
2019-01-03 17:01:51 +00:00
Michael Diarmid
fa7b98895e Re-configure Android CI (#1488)
* [tests][wip] re-configure android ci

* [tests] re-configure android ci

* [tests] re-configure android ci

* [tests] re-configure android ci

* [tests] re-configure android ci

* [tests] re-configure android ci

* [tests] disable gradle daemon

* [tests] misc

* [tests] misc

* misc ci

* ci

* ci

* ci

* ci

* ci

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* switch to rnfb docker image

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [ios][auth] cleanup and add new auth error codes

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]
2018-12-09 19:37:11 +01:00
Michael Diarmid
831362838a [tests] iOS Firebase SDK v5.14.0 (#1735)
* Update Podfile

* Delete Podfile.lock

* Update config.yml

* Update config.yml

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]
2018-12-08 05:42:23 +01:00
Tim Wang
1ab8439748 Add enableCrashlyticsCollection to Crashlytics (#1718)
* Add enableCrashlyticsCollection to Crashlytics

* Fix typo

* Add e2e test

* Update e2e test

* Add program mark for fabric

* Update config.yml

increment yarn caching version - eslint bug

* Delete yarn.lock

* update yarn lock

* update Podfile.lock

* update Podfile.lock / yarn.lock

* update cache versions

* [tests] update podfile

* [tests][ci] remove pods cache =/

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]

* [tests][ci]
2018-12-06 18:31:28 +01:00
Michael Diarmid
96aa7035ce [typescript][storage] export storage statics - fixes #1706 (#1709) 2018-11-26 14:04:39 +01:00
Rakan Nimer
a19ed879a9 Increase test coverage of Realtime Database (#1694)
Add more tests for Realtime Database

### Summary

Increases test coverage, which should be helpful when starting work on v6.

### Checklist

- [x] `e2e` tests added or updated in [/tests/e2e/\*](/tests/e2e)

### Release Plan

[TESTING][ENHANCEMENT][Database] - More tests

Think `react-native-firebase` is great? Please consider supporting the project with any of the below:

- 👉 Donate via [Open Collective](https://opencollective.com/react-native-firebase/donate)
- 👉 Follow [`React Native Firebase`](https://twitter.com/rnfirebase) and [`Invertase`](https://twitter.com/invertaseio) on Twitter
- 👉 Star this repo on GitHub ️
- 👉 Contribute; see our [contributing guide](/CONTRIBUTING.md)
2018-11-20 14:53:15 +02:00