Using cordova-plugin-firebase
-
Hi, I’m trying to implement push notification using firebase using this cordova firebase plugin.
I can successfully push to the mobile app using the firebase console. I will eventually need to push to specific devices, using the device’s firebase token. However, I am unsure on how to properly use the plugin APIs from quasar to retrieve said token.
I have gone through the documentation on using cordova plugin on quasar’s site, but it seems like this plugin is a tad different (probably just due to my inexperience).
Any help is appreciated, a total newbie at quasar/cordova here. I’m also open to suggestions on going a different route but still using Firebase.