is expo push notification service free?

is expo push notification service free?

if it’s freee, how can they afford it?

And is it free forever?

I’m not officially related to Expo in any means, but I’ve experience working with push notification systems.

To send a push notification, you must use Google systems for android (Firebase) or Apple APNS (for iphones). The Expo backend just abstracts that by proxing to the appropiate backend.

Push notifications don’t require very high traffic bandwidth (like for example a video stream service) nor high storage space (notifications sent are not saved by expo).

So running a push notification service has very little cost related to resources. (obviously you must code and maintain it)

And answering you last question, it will probably be free while Firebase push notifications and APNS be free too.

3 Likes

I think @kidandcat explained it perfectly :ok_hand:

3 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.