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
@LAinLA8614 күн бұрын
How are you able to send Push Notifications with the emulator? Im using a development build but Im still getting errors
@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!
@supremebemeАй бұрын
i don't want a login tho, i was trying to do this today with edge function but it's not reliable
@MrVicmg1110 ай бұрын
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.
@mithuna50096 ай бұрын
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
@statecznylukas4 ай бұрын
Nice tutorial, but deno setup in .vscode/settings.json does not work for me. It still says: Cannot find name 'Deno'.
@bilalycissokho14509 күн бұрын
try to install deno extension
@tarteenpions64605 ай бұрын
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
@kpopcat_official Жыл бұрын
does anyone have a best practice for how to use the push component, should we change it to a hook?
@bradley74011 ай бұрын
Is it possible to use expo-server-sdk now that edge functions supposedly have Node and native npm compatibility?
@darwin5308 Жыл бұрын
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
@RIKINURFALAKHI11 ай бұрын
I saw this for iOS applications, can this method also be applied to Android applications?, thank you
@reeeeeevo10 ай бұрын
You make it look so easy
@gan811101 Жыл бұрын
Does this work for PWA push notifications as well?
@vigormortishs11 ай бұрын
It will be discontinued by summer, isnt better to just go FCM and APN?
@nerd_abroad7 ай бұрын
How do you know it will be discontinued?
@stills23595 ай бұрын
we are now in july and everything works as expected what are you yapping about
@kwesikayofficial3078 Жыл бұрын
I love react native, great video
@fpgghos11 ай бұрын
only works for expo?
@JonOvereem6 ай бұрын
Thank you for the clear explanation!
@blimatech11 ай бұрын
Thanks for sharing! What's your vscode theme?
@lukasthsl7 ай бұрын
looks like "Night Owl"
@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
@filippobrigati1219 Жыл бұрын
@@Supabase thank you so much 👌🏻
@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
@nobbynob-mq2rnАй бұрын
This looks clunky, horrible, and complicated just to send a lousy notification. Surely there has to be an easier way than this.