EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Error after installing from .ipa: Can't find variable: FIROptions #621

Open david-j-park opened 6 years ago

david-j-park commented 6 years ago

I'm trying to use the plugin for FCM. Works fine when I run directly on my device using tns run ios command, but when I archive the app for ad hoc distribution, install on a device, and run the app I get the error "Can't find variable: FIROptions" when I call firebase.init().

Nativescript version 3.4.1 XCode 9 Firebase plugin version 5.1.6

Any suggestions?

elalienx commented 6 years ago

Hi I have the same trouble, but on testing via the simulator

ouss4m4 commented 5 years ago

i can't seem to find a solution for that :(

tarekmamdouh commented 5 years ago

Any updates on this issue, it's a showstopper for me