Commit Graph

12 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
Russell Wheatley
256b6a47e5 feat(remote-config)!: API update to match web SDK (#3537)
* feat(remote-config): API update to match web SDK

* feat(remote-config): reset API for android

* tests(remote-config): update assertions

* tests(remote-config): update to match api

* chore(remote-config): update

* chore(remote-config): update tests/API

* tests(remote-config): update tests

* feat(remtoe-config): PR comment updates

* Apply suggestions from code review

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>

* chore(remote-config): Pr comment updates

* fix(remote-config): revert back mocha config

* Apply suggestions from code review

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>

* chore(remote-config): rename array

* chore(remote-config): PR updates

* chore(remote-config): lint disable

* chore(remote-config): update types

* docs(remote-config): update docs

* docs(remote-config): note

* docs(remote-config): update

* docs(remote-config): further updates

* fix(ml-vision): cancel tests

* docs(*): RNFB not part of spelling list

* chore(*) update spelling list

* docs(*): update ts.json docs

* docs(*): update ts docs

* Apply suggestions from code review

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>

* chore(remote-config): release updates

* chore(remote-config): types

* chore(remote-config): 'fetchTimeMillis' api

* docs(remote-config): update docs

* chore(remote-config): api update

* Update packages/remote-config/type-test.ts

* chore(remote-config): further changes

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-07-16 12:32:58 +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
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
Graeme Coupar
57965e73a7 feat(remote-config): support minimumFetchInterval config setting (#2789)
Prior to this change the only RemoteConfig setting that was available is
the isDeveloperModeEnabled setting.  On iOS this setting causes react
native firebase to call `initWithDeveloperModeEnabled` - which [is
deprecated](https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h#L148-L149)
and appears to do nothing.

This adds support for the minimumFetchInterval setting, which is the
recommended way to control the fetch timeout now (on iOS at least)
2019-11-23 17:00:31 +00:00
Mike Diarmid
df092b274f [remote-config] rename namespace to remoteConfig() from config() (#2479) 2019-08-13 13:11:24 +01:00