Skip to content
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

Fix FIROptions module organization #13765

Merged
merged 5 commits into from
Oct 2, 2024
Merged

Conversation

paulb777
Copy link
Member

@paulb777 paulb777 commented Oct 1, 2024

Fix #13756

Build conflicts occurred because FIROptions was included both by header via FIROptionsInternal and via module via FirebaseCoreExtension.

Also a similar issue with FIRLoggerLevel solved with a forward enum declaration instead of an import.

@paulb777 paulb777 requested a review from ncooke3 October 2, 2024 03:25
Copy link
Member

@ncooke3 ncooke3 left a comment

Choose a reason for hiding this comment

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

Nice! And good catch updating the podspecs.

@paulb777 paulb777 merged commit 8f44bbc into main Oct 2, 2024
345 checks passed
@paulb777 paulb777 deleted the pb-firoption-module-issues branch October 2, 2024 14:49
@firebase firebase locked and limited conversation to collaborators Nov 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.