Home:ALL Converter>Firebase Cloud Messaging request DeviceID without connecting to Firebase

Firebase Cloud Messaging request DeviceID without connecting to Firebase

Ask Time:2020-04-26T17:04:56         Author:allinonemovie

Json Formatter

I am using ionic and firebasex to develop an app that uses Firebase Cloud Messaging. Is there a way to request the device id, without connecting to firebase? I need this, because to be compliant with GDPR, users have to be able to opt out of getting Push Notifications. I want to store the information about which device is opted out in my database though, for which it would be nice to know the device id, so that users could opt in to push notifications in other ways than through my app later.

Author:allinonemovie,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/61438246/firebase-cloud-messaging-request-deviceid-without-connecting-to-firebase
yy