Push Notificactions

Tracker2 years 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 Tananaev2 years ago

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

Tracker2 years 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 Tananaev2 years ago

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

Tracker2 years ago

thanks Anton