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
Tag: nativescript
nativescript-firebase issue to get push token
I implemented the nativescript-firebase (https://github.com/EddyVerbruggen/nativescript-plugin-firebase) plugin in my mobile app. It used to work fine but since I updated to the 11.1.3 version I cannot get the push token. I tried to get back to the 10.6.3 version but it says it is not available anymore when I execute npm install. Here is what I do in my main.js This
Loading in Background in iOS. Nativescript [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago. Improve this question I have to download a large amount of data from the server and continue doing it in the background even when
How to use vue components in nativescript-vue popups?
I open the popup in some root component like this: This is the content of parentt.vue: This is the content of child.vue: Whith <child /> commented out I get a popup with text parent in it. with <child /> being there I get a white screen. I’m using many components in different places in my code, it’s only here in
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,