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

iOS Build fails with Firebase error #25

Closed
viju85 opened this issue Mar 16, 2018 · 2 comments
Closed

iOS Build fails with Firebase error #25

viju85 opened this issue Mar 16, 2018 · 2 comments

Comments

@viju85
Copy link

viju85 commented Mar 16, 2018

I get an error when building iOS even after I have the GoogleService-Info.plist under memechat/ios/Runner/

[Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add [FIRApp configure] to your application initialization. Read more: https://goo.gl/ctyzm8.
[Firebase/Core][I-COR000012] Could not locate configuration file: 'GoogleService-Info.plist'.

Note: I had to add the below into my Info.plist:
<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLSchemes</key> <array> <string>com.blahblah.memechat</string> <string>[REAL REVERSED_CLIENT_ID]</string> </array> </dict> </array>

@hnvn
Copy link

hnvn commented Apr 16, 2018

Open Xcode project (Runner), then add GoogleService-Info.plist file to your project

@efortuna
Copy link
Owner

Hi @viju85, as @hnvn mentioned, if you open Runner in Xcode and add it that way, it will automatically make that change to your Info.plist. I'm glad you figured it out!

(and @viju85, nice meeting you at I/O!)

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

No branches or pull requests

3 participants