Push Notifications with Firebase

Santiago2 years ago

Greetings Anton,

I am trying to implement traccar push notifications in a custom app through Firebase but
couldn't get it to work.

What I have done:

  1. I have already added these lines of code to the traccar xml
<string key='notificator.types'>web,mail,firebase</string>
<string key='notificator.firebase.key'>FIREBASE_SERVER_KEY</string>
  1. My firebase project is already linked to the custom app.

  2. Direct notifications from firebase to custom app work correctly.

  3. The NotificationTokens attribute does not appear on the user table of web version.

https://prnt.sc/vig-2g4-fmdd

Anton Tananaev2 years ago

Does your custom app set the notification token?