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?
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?