Replies: 1 comment 5 replies
-
If you signup a user through GodotFirebase |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On Courier we need the firebase registration token to send notifications via firebase: https://www.courier.com/docs/guides/providers/push/firebase-fcm/?configuration-requirements#profile-requirements
This references the following section on the Firebase docs: https://firebase.google.com/docs/cloud-messaging/js/first-message#access_the_registration_token
How would I get this token in the GodotFirebase for Godot addon? I am able to send user login info to my firebase app, but what then?
Beta Was this translation helpful? Give feedback.
All reactions