Push Notificactions

Tracker10 months ago

Hello,

I'm trying to add push notifications in a custom android app, according to the documentation I have to create a Firebase project and connect it to my app, then I have to add the google-service.json file and add the key in my server's configuration file. I already did all this but the notifications still do not work, when sending a test notification I get a senderid mismatch error.
What steps am I not fulfilling or what am I missing? I need help.

Anton Tananaev10 months ago

There must be some misconfiguration between the app and the server.

Tracker10 months ago

ok and In terms of programming, is it not necessary to add more lines of code in the android project? You only have to perform the steps mentioned above?

Anton Tananaev10 months ago

Correct, you don't need to change any of the source code.

Tracker10 months ago

thanks Anton