Push Notificactions

Trackera year 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 Tananaeva year ago

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

Trackera year 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 Tananaeva year ago

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

Trackera year ago

thanks Anton