Back

how do we make our app have the push notification, in React Native expo, Supabase project?

Anonymous

Anonymous 1

Hey I am on Medialย โ€ขย 2d

I just implemented this in our production app last month and it's actually much simpler than most tutorials make it seem. Use Expo's notification API (expo-notifications) to handle the client-side registration and displaying notifications. Then set up a serverless function in Supabase Edge Functions that triggers on database changes. The key part everyone misses is storing the Expo push tokens in a dedicated Supabase table linked to your user accounts. Our implementation took about 2 days and has been rock solid.

1 replies
Replies (1)

More like this

Recommendations from Medial

Image Description
Image Description

Rohit Kattimani

Building @Cirleย โ€ขย 29d

Weโ€™re hiring a Backend Dev Internโ€”but not the kind who memorizes code. No Degrees or Resumes, you just need to figure it out. Tech stack: React Native, Expo, CLI, Supabase, SQL. If you: โœ… Build real projects (not just tutorials) โœ… Can debug and

See More
6 replies7 likes

Download the medial app to read full posts, comements and news.