Can we implement Expo push notifications without authentication system

Usually I store expo push notifications token along with user data(email, name) in firebase database but if I just wanted to make app with no signin/signup and I just wanted to send notifications to all of my app users then how will I do?

Hey @luciajane, as long as you have a valid pushToken you can send push notifications out. Just to be sure to check push receipts and handle errors especially removing push tokens from your storage that result in the DeviceNotRegistered error as that indicates the user’s device has disabled notifications from your app and you need to stop trying to deliver them.

Cheers,
Adam

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