Skip to content
Advertisement

Tag: nativescript

nativescript-firebase ios initialisation ReferenceError: FIROptions is not defined

I have an issue with the firebase initialisation on my nativescript app (nativescript-vue). I am using the nativescript-firebase plugin from https://github.com/EddyVerbruggen/nativescript-plugin-firebase Here is my initialisation: This works fine on android, but on ios, I get the error from my console.log ReferenceError: FIROptions is not defined My firebase.nativescript.json file is the following: I have tried removing and adding the plugin and

How to run NativeScript app on android studio?

please does anyone have an idea on how to run NativeScript app on android studio? If so, show me the steps to do it. Answer Android Studio is meant for development using stock Android stack(Java, gradle, etc). NativeScript is based on JavaScript and you would be much better off using an IDE that supports JS specifically – Visual Studio Code,

Advertisement