Commit Graph

18 Commits

Author SHA1 Message Date
Russell Wheatley
e7b4bb31b0 feat: use latest android & ios Firebase SDKs version (#3956)
* chore(*): version upgrades

* chore(*, ios): update GoogleUtilities test/ios

* chore(_,ios): update pod lock

* chore(crashlytics, android): update SDK for tests

* chore: move google-services plugin for gradle

* chore: ios sdk upgrade

* chore: update test Podfile.lock
2020-07-24 13:11:46 +01:00
Anderson Addo
6cb68a8ea8 feat(android,ios): upgrade native SDK versions (#3881)
[publish]

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-07-07 07:21:37 +01:00
Russell Wheatley
4db9dbc3ec feat: update native Firebase SDK versions (#3663)
Updated Firebase Android SDK BoM version to 25.3.1 (from 24.1.0) and iOS SDK to 6.25.0 (from 6.13.0).

[publish]
2020-05-22 22:23:36 +01:00
Mike Diarmid
252a4239e9 feat!: all packages should depend on core (#3613)
All packages now peer-depend on an explicit version of the `app` package.

BREAKING CHANGE: breaking change to mark new internal versioning requirements.
2020-05-05 20:25:08 +01:00
Mike Diarmid
67bbd30a34 chore: upgrade testing project to RN 0.62.x (#3433)
* chore: upgrade testing project to RN 0.62.x

* add placeholder flow script for CI

* update jet to fix iOS issue

* revert typedoc version (latest version not working)

* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually

* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually

* temporarily use iphone x for detox until CI servers upgraded

* -

* Update package.json

* Update on.e2e.js

* Update orderByValue.e2e.js

* Update on.e2e.js

* Update init.js

* -
2020-04-14 21:14:44 +01:00
Mike Diarmid
b4eaa39ea8 fix(android,build): conditionally check app dependency, fixes… (#3215) 2020-02-16 18:27:35 +00:00
Mike Hardy
fb763ebde2 fix(android,build): use correct plugin & BoM versions
* fix: bump invertase gradle plugin to 1.4
* fix: harmonize android dependencies on BoM 24.1.0
2020-02-16 17:44:13 +00:00
Salakar
d7252a2d4e fix(database,android): fix issue where transaction signal state error not caught 2019-11-26 04:00:41 +00:00
Mike Diarmid
42e034c480 feat(firestore): array-contains, array-contains-any & in filters (#2868)
* feat(firestore) Add IN query support (JS/Android)
* feat(firestore) in query validation
* feat(firestore) in query ios support / tests
* docs(firestore): update reference docs to include in query support
2019-11-24 18:21:38 +00:00
SaeedZhiany
24ed7161d3 refactor(*): load Android Gradle Plugin conditionally (#2863)
* Loaded Android Gradle Plugin conditionally, Upgraded AGP version to 3.5.2
* Upgraded AGP version to 3.5.2
* upgraded Gradle wrapper version to 5.6.4
2019-11-23 17:22:07 +00:00
Salakar
d267e67e3a [firestore][android] fix issues with error codes, missing returns, typos + various cleanup 2019-07-30 08:13:25 +01:00
Salakar
f429699990 - [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X
- [android] upgrade gradle wrapper to v5.4.1
- [android][ios][tests] remove manual packages & enable auto-linking
- [tests][internal] upgrade tests project to RN 60
- [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349
- [linting] switch to use rn community linting rules
2019-07-30 03:59:04 +01:00
Salakar
554c4b4035 [android][database] cleanup & format 2019-06-05 02:12:02 +01:00
Salakar
59e9b3326f [database][android] move HashMap serialisation to executor thread and continue with a SuccessContinuation task 2019-06-05 01:56:06 +01:00
Salakar
390e4e6a80 [database][android] fix the minimum cache size is 1mb exception 2019-06-05 01:54:20 +01:00
Salakar
1eddf3de2f [database][android] handleDatabaseEvent should use task executor 2019-06-05 01:49:51 +01:00
Salakar
0bea880116 [database][android] fix get unknown argument class: long exception 2019-06-05 01:48:01 +01:00
Mike Diarmid
fe959bb842 [v6] Implement Realtime Database (#2195)
* [database] recreate database branch based off of #2185

* [database] cleanup linting issues

* [database] enable tests

* [database] add to tests deps
2019-06-04 15:25:35 +01:00