Simple question, has anyone gotten the Firebase Push Notifications to work according to the tutorial:
Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ Clarification: The nice thing about FCM is that your app doesn't need to run in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new message...
I installed B4A version 12.80 64Bit with Oracle Java Developer Kit 11.0.18 on Windows 11. The simulator works fine and other example applications work fine. The physical phone is an Galaxy Fold 5. I've even tried the Open Java Kit as well with the same results.
Everything compiles correctly, however, the application crashes both on the emulator and on a test phone. There is a background process active, which is the receiver, but the test device reports an application crash.
Thank you for any help.