yalcin-ata / godot-android-plugin-firebase

Godot 3.2.2 Android plugin for Firebase
44 stars 12 forks source link

Added a get_token method for Cloud Messaging. #15

Open TIBI4 opened 3 years ago

TIBI4 commented 3 years ago

Having the token for each registered device/user is useful. You can save it to a server and then choose who to send a notification without creating a FCM Topic.

It should be a method for getting this token.

I haven't tested it myself, but as far as I know, it should work. But the thing that is missing, and I don't how to get, is the Firebase.release.aar file.

TIBI4 commented 3 years ago

Tested and working!