Android Question Firebase Push Notifications Using B4A version 12.80 64bit

jllewis411

New Member
Simple question, has anyone gotten the Firebase Push Notifications to work according to the tutorial:

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.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Of course. Many developers use it. It is very simple to implement.

You should however follow the updated tutorial:

1702188286763.png


I installed B4A version 12.80 64Bit with Oracle Java Developer Kit 11.0.18 on Windows 11
Mistake. Follow the instructions: https://www.b4x.com/b4a.html
 
Upvote 0

jllewis411

New Member
Of course. Many developers use it. It is very simple to implement.

You should however follow the updated tutorial:

View attachment 148533


Mistake. Follow the instructions: https://www.b4x.com/b4a.html
I did follow the tutorial and watched the video carefully. Setup everything as the video instructed, downloaded the google-services.json. The application parsed the json file correctly and the app started as expected, however, it did not continue to run, it crashed according to the phone.

I will attempt to uninstall everything again and go through the application. There must be something I am missing and will re-examine every step again.

Thanks for your response.
 
Upvote 0
Top