I am having issues getting push notifications to work. I believe I have all the settings correct and push notifications is on. I have set up a firebase account and when the app is installed on a device they don't register to the database. From what i understand is it's supposed to do that automatically. If i run a java script code
setTimeout(function() {
alert(localStorage.getItem('pushNotificationDeviceID'));
}, 1);
shown in the tutorial
https://devcenter.appery.io/documenta...
I can get a push to go through but then the app shows an annoying pop up each time I start the app. All the tutorials reference the old google push system and not the new firebase system. Thanks