FCM Using Java Script

Is there a way to use Javascript in GDevelop 5 to receive notifications with Firebase?

Something like this?

I created this code to edit a cloud firestore document and it worked!

*Obs: i don’t know how to code in js, i used ChatGPT and the exported game files

JavaScript won’t let you do it this easily.

You’d need to create an extension and include the proper libraries to add FCM Support.

Someone already did this?

Hello, I was curious if you found out anything on this… I am very interested in adding push notifications that is triggered by actions in the game. For example if a player sends something to another player, the other player would get a push notification. Thanks.