Can i register Traccar Push Notification with my Flutter App's (Android & iOS)?
Anyone ?
Yes, you can.
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 ?
Yes, of course.
Ok Thanks
"notifications": {
"push": {
"type": "firebase",
"apiKey": "YOUR_FIREBASE_SERVER_KEY"
}
}
Hey, We have to set our Projects Firebase Server key on Traccar Server in file "conf/default.json"
Firebase Server key also send by our clients who purchased the server to your support email to set firebase server key on Traccar Server so that Push Notifications can work ?
Anyone up for help ?
I don't see any emails.
Also, you need a service account, not an API key.
Don't get it, You said previously we must have firebase account for notifications right?
If Traccar Support team don't need firebase_server_key then how Traccar Server know about our Firebase and pushing notifications. Also where do we have to send our device fcm token to be registered ???
Client will send you an email soon.
After enabling service etc... Traccar Support team provide some extra api's endpoints or somethings else ?
I strongly recommend reading the official documentation.
Can you please share document link as you shared before for Social Login earlier.
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:
api/users/{userid}/tokens/Are these steps are valid or did i am on wrong track ?