-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Flutterfire apps no longer show a confusing log message about configuring default app #1192
Flutterfire apps no longer show a confusing log message about configuring default app #1192
Conversation
… iOS logs Fixes #16534
@@ -1,3 +1,7 @@ | |||
## 0.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there is no public api change, the version should only be updated as a patch, so 0.9.0+2
https://www.dartlang.org/tools/pub/versioning#semantic-versions
Same for everything related in this PR.
@collinjackson @mklim can you confirm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, this is more of a bugfix and should just be bumping the patch numbers everywhere. Sometimes it is appropriate to increment the minor version just based on the behavior of private code but I don't think this change really fits that edge case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with doing this as 0.9.0+2
I switched to using patch versions, will land this once the bots are happy |
test? |
@@ -1,3 +1,7 @@ | |||
## 0.9.0+2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't the pubspec.yaml
need the version bump too?
@@ -1,3 +1,7 @@ | |||
## 0.2.0+2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pubspec.yaml
version
@@ -4,7 +4,8 @@ description: Flutter plugin for Google Performance Monitoring for Firebase, an a | |||
iOS. | |||
author: Flutter Team <flutter-dev@googlegroups.com> | |||
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_performance | |||
version: 0.1.0+2 | |||
version: 0.1.0+3 | |||
>>>>>>> 4f024c7404c01e1f3b55be61704d2deb53f6ca41 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge line
I don't think that our current infrastructure can test this change, because the only observable impact is in the iOS device logs. |
Fixes flutter/flutter#16534
Note that this doesn't completely fix the issue, it just changes the error message from the previous, really confusing:
New log message: