DEV Community

Discussion on: Minimalist Approach to send Push Notifications with Expo

Collapse
 
kamrul91111 profile image
kamrul91111 • Edited

If anyone is using this for production android app, ensure to go through FCM setup as depicted on expo's website. Otherwise, you won't receive notifications on standalone android apps.

I was just wondering where the expo tokens are being stored? I wish to make my own server and was thinking if I need a database to store the tokens.