Thanks for watching \o/ Make sure to also read the docs: supabase.com/docs/guides/functions/examples/push-notifications?YRbYG77M_o and find the code: github.com/supabase/supabase/tree/master/examples/user-management/expo-push-notifications
I was literally just trying to use the node sdk just the other day for expo push notifications and gave up with the assumption that it wasn’t compatible with Deno. Good to know!
great video! I have been looking a way to send a background notification from the server. let's say a number and this number should appear in the app icon as a number. Like facebook when you have an alert the number of alerts show in the right hand corner.
Hi, This setup assumes my iOS is built using Expo right ? Can i still use Expo Push notifications features with my iOS (& Android) app built natively (or built with KMP) ? How to then handle the device APNs token being registered with Expo's service ? Or is that not possible? Cheers
I am suing react native expo and using FCm notification is working for few minutes after registering a token sometime it’s working for day I don’t know what happening there any know solution thank you
For Flutter, the easiest way to setup push notification would to use Firebase Cloud Messaging. The idea is the same, you obtain an FCM token, store it on Supabase database, and trigger a push notification from an edge function. firebase.google.com/docs/cloud-messaging/flutter/client
Are you building with Expo? If so, yes. If not, no, this service is specifically for Expo applications. For Android applications you would call FCM directly, e.g. firebase.google.com/docs/cloud-messaging/android/client
Thanks for watching \o/ Make sure to also read the docs: supabase.com/docs/guides/functions/examples/push-notifications?YRbYG77M_o
and find the code: github.com/supabase/supabase/tree/master/examples/user-management/expo-push-notifications
I was literally just trying to use the node sdk just the other day for expo push notifications and gave up with the assumption that it wasn’t compatible with Deno. Good to know!
Great tutorial Thor!
You make it look so easy
I love react native, great video
Thank you for the clear explanation!
Nice tutorial, but deno setup in .vscode/settings.json does not work for me. It still says: Cannot find name 'Deno'.
great video! I have been looking a way to send a background notification from the server. let's say a number and this number should appear in the app icon as a number. Like facebook when you have an alert the number of alerts show in the right hand corner.
i don't want a login tho, i was trying to do this today with edge function but it's not reliable
does anyone have a best practice for how to use the push component, should we change it to a hook?
Is it possible to use expo-server-sdk now that edge functions supposedly have Node and native npm compatibility?
I saw this for iOS applications, can this method also be applied to Android applications?, thank you
On notification click app getting crashes, works fine in expo go but in development client it crashed without any error or I see no logs can you help
Hi,
This setup assumes my iOS is built using Expo right ? Can i still use Expo Push notifications features with my iOS (& Android) app built natively (or built with KMP) ? How to then handle the device APNs token being registered with Expo's service ? Or is that not possible? Cheers
Thanks for sharing! What's your vscode theme?
looks like "Night Owl"
Does this work for PWA push notifications as well?
only works for expo?
I am suing react native expo and using FCm notification is working for few minutes after registering a token sometime it’s working for day I don’t know what happening there any know solution thank you
It will be discontinued by summer, isnt better to just go FCM and APN?
How do you know it will be discontinued?
we are now in july and everything works as expected what are you yapping about
it is possible using flutter?
For Flutter, the easiest way to setup push notification would to use Firebase Cloud Messaging. The idea is the same, you obtain an FCM token, store it on Supabase database, and trigger a push notification from an edge function.
firebase.google.com/docs/cloud-messaging/flutter/client
@@Supabase thank you so much 👌🏻
Can I do this with android studio?
Are you building with Expo? If so, yes. If not, no, this service is specifically for Expo applications. For Android applications you would call FCM directly, e.g. firebase.google.com/docs/cloud-messaging/android/client
This looks clunky, horrible, and complicated just to send a lousy notification. Surely there has to be an easier way than this.