Notification system

Hello!

We’re finalizing our 1st mobile app (a narrative text based adventure) on iOS and Android with Defold. We’re in the process of implementing a notification system and we have some difficulties to finish this implementation unfortunately. We have 1 question :

Regarding the push extension from Defold, is there any way to avoid using FireBase and the server configuration if our notification system/push is only local?

Thank you,

Nicolas

1 Like

I don’t believe there is a requirement to configure and use Firebase Cloud Messaging if you only want to use local notifications? Or are you encountering problems using local notifications without remote?

The way to follow is unclear for us to use local notifications without Firebase. Is there any documentation available somewhere please?

I would expect push.schedule() to work without having to configure remote push notifications.

If this isn’t working then please create a ticket on GitHub in defold/extension-push.

2 Likes

Thank you very much for the quick reply. Let me circle back with our programmer. We will be updating this thread next week. Thanks again!

1 Like

Hello! We have been able to move forward thanks to your help. Thanks again!

2 Likes