Is there any way how to send expo push notifications from cloud functions without upgrading firebase pricing plan?

Currently the free pricing plan Spark allows outbound network requests only to Google-owned services, so you cannot send requests to expo.

I know that pricing plans include free limits, so you only pay after you exceed the limit, but I still don’t want to upgrade.

What are the free and not too complicated alternatives?

Hey @catico,

Unfortunately there isn’t an alternative (that I know of) since an outbound request is needed to ping our API.

Cheers,

Adam

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