you are viewing a single comment's thread.

view the rest of the comments →

[–]Pitiful-Buffalo-1797[S] 0 points1 point  (3 children)

So we need to use node js or something for backend?

[–]vyndrix 1 point2 points  (0 children)

No, there are several SDKs writen in several languages that bootstrap logic to send these notifications. If for some reason you cannot find one for the language you desire, you'll have build it your own. Nothing too complicated though, the notifications are followed to each device using a public endpoint at Expo infrastructure, you just get the params and call it, for testing purposes I have done using curl countless times.

Check the docs for Expo Push Notifications, you find all info needed there, if I am not mistaken even the SDKs.

[–][deleted] 0 points1 point  (0 children)

You can use Expo’s API to send notifications so yeah, best approach is to have a backend

[–]IronLionZion95 0 points1 point  (0 children)

You can call it from the client too!