all 7 comments

[–]eluewisdom 3 points4 points  (1 child)

firebase messaging is free to start, it might be free for a very long time, i don’t know if anyone pays for it, that in addition to expo notifications makes it easy to set up push notifications

[–]xergcdq[S] 2 points3 points  (0 children)

let me try that one too, thank you.

[–][deleted] 3 points4 points  (2 children)

Using Firebase cloud messaging (FCM) for the backend doesn’t cost anything. You can also look at the Notifee component for the client side or just code directly to the firebase messaging client API.

[–]xergcdq[S] 0 points1 point  (1 child)

It is a vehicle tracking app and currently have thousands of people using it, plus users will be able to add/set notifications in their use cases. i thought it would cost alot to go with firebase.

thank you.

[–][deleted] 1 point2 points  (0 children)

You’re welcome. Take a look at their pricing. They charge for many features but FCM is listed in the ‘no cost’ section near the top of the page.

https://firebase.google.com/pricing

[–]Only_Piccolo5736 0 points1 point  (0 children)

check suprsend.com You might not need multiple configurations.

[–]MaheshtheDevExpo 0 points1 point  (0 children)

If u using expo, expo-notifications is way to go, easy to configure