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
@bradley740 Жыл бұрын
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!
@ExpoDevelopers Жыл бұрын
Great tutorial Thor!
@reeeeeevo8 ай бұрын
You make it look so easy
@kwesikayofficial3078 Жыл бұрын
I love react native, great video
@statecznylukas2 ай бұрын
Nice tutorial, but deno setup in .vscode/settings.json does not work for me. It still says: Cannot find name 'Deno'.
@JonOvereem5 ай бұрын
Thank you for the clear explanation!
@RIKINURFALAKHI9 ай бұрын
I saw this for iOS applications, can this method also be applied to Android applications?, thank you
@MrVicmg119 ай бұрын
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.
@tarteenpions64604 ай бұрын
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
@mithuna50094 ай бұрын
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
@bradley74010 ай бұрын
Is it possible to use expo-server-sdk now that edge functions supposedly have Node and native npm compatibility?
@blimatech9 ай бұрын
Thanks for sharing! What's your vscode theme?
@lukasthsl5 ай бұрын
looks like "Night Owl"
@darwin530810 ай бұрын
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
@vigormortishs10 ай бұрын
It will be discontinued by summer, isnt better to just go FCM and APN?
@nerd_abroad5 ай бұрын
How do you know it will be discontinued?
@stills23594 ай бұрын
we are now in july and everything works as expected what are you yapping about
@kpopcat_official10 ай бұрын
does anyone have a best practice for how to use the push component, should we change it to a hook?
@gan81110111 ай бұрын
Does this work for PWA push notifications as well?
@fpgghos10 ай бұрын
only works for expo?
@allanandliftedhands2669 Жыл бұрын
Can I do this with android studio?
@Supabase Жыл бұрын
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
@filippobrigati1219 Жыл бұрын
it is possible using flutter?
@Supabase Жыл бұрын
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