Hey,
Please guide me to put me on track,
I want to register my Flutter App on Traccar Server to receive push notifications which Traccar server sending on Traccar manager App.
I want to get that same notifications like Enter/Exit Zones...etc
Some RND done by me:
- Enable push notification on Traccar Server in default.json in notification section under push add Firebase Server key.
- Register App with Firebase and get .json for android and .plist for ios.
- Get FCM and send in Post: api/users/{userid}/tokens/
{
type: "firebase",
token: "device_fcm_token"
}
Are these steps are valid or did i am on wrong track ?
Can i register Traccar Push Notification with my Flutter App's (Android & iOS)?
Anyone ?
Last thing, Can i mute / unmute them from my Flutter app.
Basically we are creating a Notification Settings Screen so that user can select which type of notifications he wants from Server and mute others.
Also this too possible ?
You can delete them and add, of course.
Ok Thanks
Do i have to create a firebase project for this ?
Hey,
Please guide me to put me on track,
I want to register my Flutter App on Traccar Server to receive push notifications which Traccar server sending on Traccar manager App.
I want to get that same notifications like Enter/Exit Zones...etc
Some RND done by me:
{
type: "firebase",
token: "device_fcm_token"
}
Are these steps are valid or did i am on wrong track ?