cordova-plugin-firebase-authentication
cordova-plugin-firebase-authentication copied to clipboard
iOS Build fail: FirebaseAuthenticationPlugin.m:2:9: fatal error: module 'Firebase' not found
"@ionic-native/firebase": "^4.9.0",
"cordova-plugin-firebase": "^1.0.5",
"cordova-plugin-firebase-authentication": "^1.0.1",
"firebase": "^5.2.0",
Above are the related package installed. Not sure is it conflicted with other libraries. Thanks.
Hello!
I am actually running into the same issue. Were you able to find a solution @tonyfung99 ?
@T-Knott-Mesh I think at the end I dropped this library... I no longer find it exist in my package.json. I end up to accomplish the firebase SMS login function by using the below packages / plugins
"cordova-plugin-firebase": "^1.0.5", "firebase": "^5.2.0", "angularfire2": "^5.0.0-rc.11", "@ionic-native/firebase": "^4.9.0",
@tonyfung99 okay thank you !
I think the problem is that this library doesn't work with the plugin "cordova-plugin-firebase" that uses a different version of the underlying libraries. If you use the other plugins from this author they are compatible.
@T-Knott-Mesh Did you run 'pod install' inside platforms/ios? Try it.
@T-Knott-Mesh Did you run 'pod install' inside platforms/ios? Try it.
can u tell me how to ?Please
@uokivan I've no longer working with cordova but if i remember corectly it's a package dependcy problem, enter with terminal in project/platforms/ios and run the command 'pod install', CocoaPods is a dependency manger for Swift and Objective-C, It will fetch and install missing packages. The command can take some time it's normal. https://cocoapods.org/
@patrickjvieira Thank you very much
i have the same issue and i have done pod install inside platform/ios
i have solved the issue by doing npm install -S firebase@canary