-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove new show notes endpoint FF #2527
Conversation
Generated by 🚫 Danger |
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.
It works as described.
We should also remove the condition from the Firebase configuration. Wdyt?
Sure thing, if Android is not using it I think we can remove it for sure |
@@ -164,8 +161,6 @@ public enum FeatureFlag: String, CaseIterable { | |||
false | |||
case .endOfYear: | |||
false | |||
case .newShowNotesEndpoint: | |||
false |
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.
@danielebogo Just realized that we cannot remove the remote FF from Firebase, because of the above.
The default value is set to false so the older version where this was activated because of the remote FF will have the functionality disabled because the default value on the code is a false.
Am I missing something?
| 📘 Part of: #2509 |
|:---:|
Fixes #2528
Removes the FF for using the new show notes endpoint
To test
Checklist
CHANGELOG.md
if necessary.