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…
Tag: nativescript-vue
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 co…