Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Update Remote Config plugin #551

Merged
merged 4 commits into from May 7, 2018
Merged

Update Remote Config plugin #551

merged 4 commits into from May 7, 2018

Conversation

kroikie
Copy link
Contributor

@kroikie kroikie commented May 7, 2018

  • Bump Android version
  • iOS returns String status

- Bump Android version
- iOS returns String status
@@ -32,7 +32,6 @@ android {
disable 'InvalidPackage'
}
dependencies {
api 'com.google.firebase:firebase-config:[11.4.0,12.0['
api 'com.google.firebase:firebase-core:[11.4.0,12.0['
api 'com.google.firebase:firebase-config:15+'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you elaborate on why this is necessary, just for my own edification? (and maybe also the changelog's)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All libraries from Google Play Services must be of the same version if used in the same app. We should devise a way to auto update all the plugins so they stay in sync.

Copy link
Contributor

@bjon bjon May 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other firebase plugins use 15.+. Shouldn't this do that as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bjon Correct, since the others are at 15 this one should also be at 15 otherwise other FlutterFire plugins can't be used with this one.

Copy link
Contributor

@bjon bjon May 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kroikie I mean 15.+, not 15+.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Catch!

@@ -1,3 +1,8 @@
## [0.0.2]

* Fix iOS casting issue.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit vague, we might want to describe the APIs or behavior that was previously broken and now works

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

## [0.0.2]

* Fix iOS casting issue.
* Bump Android library version.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say something like "increase Android Firebase dependency to 15+" to be more specific about what you did here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@collinjackson
Copy link
Contributor

lgtm

@kroikie kroikie merged commit 4c8abb5 into flutter:master May 7, 2018
slightfoot pushed a commit to slightfoot/plugins that referenced this pull request Jun 5, 2018
* Update Remote Config plugin

- Bump Android version to 15.+
- iOS returns fetch status as String
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
* Update Remote Config plugin

- Bump Android version to 15.+
- iOS returns fetch status as String
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
4 participants