Hi there! I'm building a public app but woul...

Hi there!

Iโ€™m building a public app but would also like people to be able to subscribe to specific push notifications.

Translated into a more generic example letโ€™s say I have an overview of all restaurants in a city and want users to be able to subscribe to push notifications as soon as somebody left a review.

As most people donโ€™t want to read new reviews for restaurants but only the enthusiasts, the enthusiasts would like to hit โ€œNotify meโ€ on a restaurant.

I was under the assumption push notifications in general are sent to a device and donโ€™t need other user data. Appsheet seems to require an email address and thus even a login: https://help.appsheet.com/behavior/workflow-sending-notifications/sending-notifications-from-a-workf...

Is there another way to achieve what Iโ€™d like to do?

0 3 391
3 REPLIES 3

Unfortunately, this isnโ€™t possible without sign-in.

Thanks Brian. Thatโ€™s what I thought reading the documentation. But then Iโ€™m also interested in why itโ€™s not possible. As I understand iOS (https://firebase.google.com/docs/cloud-messaging/ios/client) and Android (https://firebase.google.com/docs/cloud-messaging/android/client) work with device registration tokens, no need to do anything with a users email address with regards to sending a push notification.

I have a public app and send workflow notification to the user by prompting a form to request his email. That works fine.

Can I also do push notification using firebase if I collect user s emails?
It sounds like itโ€™s not possible reading this post but firebase information can be entered when creating a public whitelabel iOS and Android app.

Top Labels in this Space