-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
setup [FIRapp configureWithOptions] passing Google .plist #880
Conversation
@chrisid Any idea why this is needed? I took a quick look at that method you reference and the only documentation that is provided is related to multiple projects and dynamically loading plists. From your code submission I don't think you are trying to load different plists, just the default one. I was trying to figure out why that is required. |
@briantq based on the issue description, it might be an issue with iOS 12 |
Though if I were to have read the other comments, the issue is also being seen on iOS 11. Perhaps it's an issue with xcode 10? |
@briantq when you have a chance, could you verify this works with your app? So long as it doesn't break anything it seems fine to merge. |
@soumak77 my project is in a bad state at the moment (still trying to figure out why...). One thing that crossed my mind is that if we think this is a XCode 10 issue that we might see if upgrading FIrebase resolves the issue (they might have included a fix for something). The current verision is 5.9.0 while we are using 5.7.0. |
Based on @chrisid comments, it also happens with xcode 9. There is a known issue with cordova-ios supporting xcode 10, but I'm not sure if that is related. |
It wouldn't hurt to upgrade the firebase SDK, but I don't think it'll fix this issue |
@soumak77 Thanks for mentioning about the known issue in XCode 10, that was why I was not able to get anything to work. I did test with the branch and after using the work around, did see notifications so I think the PR works. |
Fix for issue #866
Gets path for GoogleService-Info.plist and pass it as a parameter to FIRApp configureWithOptions