Hello. I am using a custom mobile app based on traccar manager code and a custom UI
The app is connected to firebase. When I login to the default UI the user notificationToken is generated and push notifications are working as expected.
When I login to the custom UI (react.js)there are not tokens genarated. I am digging in the code of traccar manager and I can't figure the method for generating token
Is it using the login attribute from database or something else from the UI?
I am not very experienced in coding
Also the same is happening if I login from the new traccar modern web UI. Not generating token.
Hello. I am using a custom mobile app based on traccar manager code and a custom UI
The app is connected to firebase. When I login to the default UI the user notificationToken is generated and push notifications are working as expected.
When I login to the custom UI (react.js)there are not tokens genarated. I am digging in the code of traccar manager and I can't figure the method for generating token
Is it using the login attribute from database or something else from the UI?
I am not very experienced in coding