-
Notifications
You must be signed in to change notification settings - Fork 10
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
Firebase/Core Problems #12
Comments
As you have got as far as compiling and it is falling over at runtime, do you have some example code? |
Yes, I created a repo that contains an example app that gets the same error at runtime: Ionic-Firestore-App |
I could fix this error:
The solution was remove this block:
And add:
The solution is related to this comment Trying a little more I found that line: |
Any update on this? |
Sorry, I will try and take a look in the next few days, although I would expect the GoogleService-Info.plist to always be present. Is there a reason why it isn't? |
No, there is no reason. The GoogleService-Info.plist is always present. |
Expected Behavior
Work and compile in ios like in android.
Actual Behavior
ionic cordova plugin add cordova-plugin-firestore --save --variable ANDROID_FIREBASE_CORE_VERSION=+ --variable ANDROID_FIREBASE_FIRESTORE_VERSION=17.1.0
ionic cordova build ios
.xcworkspace
in xcode and run in real device, I get the following error:pods
:FirebaseMessaging
FirebaseRemoteConfig
Resulting in:
Then:
pod install
After that, the app compile, but I get an error in Runtime:
Steps to Reproduce the Problem
$ ionic start testApp blank $ cd testApp/ $ ionic cordova plugin add cordova-plugin-firestore --save --variable ANDROID_FIREBASE_CORE_VERSION=+ --variable ANDROID_FIREBASE_FIRESTORE_VERSION=17.1.0 $ ionic cordova build ios
Open
platforms/ios/MyApp.xcworkspace
in xcode and runSpecifications
1.3.2
The text was updated successfully, but these errors were encountered: