GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
517 stars 74 forks source link

[FEATURE REQUEST] How to push notification by FCM #405

Closed duongxinh2003 closed 1 month ago

duongxinh2003 commented 1 month ago

Is your feature request related to a problem? Please describe. I want to push notifications through Firebase FCM token, but I cannot find the document about how to do it

Additional context

WolfgangSenff commented 1 month ago

Unfortunately, we cannot support FCM as it requires a custom export template - otherwise, we cannot ever receive those push tokens effectively. You can replace this functionality with the Realtime Database however.