I want to make a mobile game with godot and Nakama as backend. The only thing that makes me a bit skeptical is that I need outside app notifications for the game while nakama offers only in-app notifications?
Is there a solution to this? Even by conbining Nakama with another service that supports outside app notifications.
Hello @pananag,
Push notifications can be quite complex (see How integrate Notification push with Nakama and Unity - #2 by shprot), so we usually recommend using a third party provider such as OneSignal which makes it easier to send push notifications across the different providers. You can call the OneSignal APIs within your custom Nakama logic.
Alternatively, you could use the Nakama In-App system to show or schedule OS notifications from within the client app itself, but it depends on what you’re looking to achieve.
Best.