-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 deprecated elements of FIAM API #6617
Conversation
This reverts commit 55c0bbc.
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.
Imports need to be repo-relative to work across package managers.
See https://github.com/firebase/firebase-ios-sdk/blob/master/HeadersImports.md
This reverts commit 55fdbbd.
Done in 1e42c9d. Strangely enough this builds locally for my |
@@ -1,3 +1,6 @@ | |||
# 2020-10 -- v7.0.0 |
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.
FYI, the version will likely be v7.0.0-beta - I still have more research to do on managing betas after 7.0.0.
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.
@paulb777 Alright. I'll change this if necessary.
Removes deprecated message initializers and one deprecated message lifecycle callback.
Fixes #6545.