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

avoid firebase messaging import on ios #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

heyalexchoi
Copy link

@heyalexchoi heyalexchoi commented Jul 21, 2022

ios project does not need firebase since that is only used for android. attempting to import firebase messaging in ios project breaks. issue. maybe this works if you actually install the pods and so on but there's a ton of subdependencies with special build configurations etc that I don't really want to deal with especially since that code will never even be called in an ios app.

this changes import of firebase messaging to conditional import since it is only conditionally used on android.

@heyalexchoi heyalexchoi mentioned this pull request Jul 21, 2022
Copy link

@projectfinale projectfinale left a comment

Choose a reason for hiding this comment

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

Someone please merge/release this - this is a breaking issue with iOS only usage

@heyalexchoi
Copy link
Author

@MrHertal who should we get in touch with for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants