general question on push notifications w/ firebase and expo

SDK42
iOS

Hello,

I have a general question about push notification. I´ve read a lot about expo push service and as far as I understand it correct it is possible to send push notifications via expo to every device.
But is it possible to send notifications from user to user?
In my case users can post to other users in firebase

-db
–username
—posts

Is it possible for a device to receive notifications only for own (by username) posts?
A posts to B → On device B notification “you got a new post”

Cheers

Hey @macbryan, this is certainly possible. It has everything to do with your server logic and determine when and who to send notifications to.

Cheers,
Adam

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