React Native Push Notifications with Expo and Edge Functions

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 29

  • @Supabase
    @Supabase  Год назад

    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
    @bradley740 Год назад +3

    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
    @ExpoDevelopers Год назад +5

    Great tutorial Thor!

  • @reeeeeevo
    @reeeeeevo 9 месяцев назад +1

    You make it look so easy

  • @kwesikayofficial3078
    @kwesikayofficial3078 Год назад +1

    I love react native, great video

  • @JonOvereem
    @JonOvereem 5 месяцев назад

    Thank you for the clear explanation!

  • @statecznylukas
    @statecznylukas 3 месяца назад +1

    Nice tutorial, but deno setup in .vscode/settings.json does not work for me. It still says: Cannot find name 'Deno'.

  • @MrVicmg11
    @MrVicmg11 9 месяцев назад

    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.

  • @supremebeme
    @supremebeme 11 часов назад

    i don't want a login tho, i was trying to do this today with edge function but it's not reliable

  • @kpopcat_official
    @kpopcat_official 11 месяцев назад

    does anyone have a best practice for how to use the push component, should we change it to a hook?

  • @bradley740
    @bradley740 10 месяцев назад

    Is it possible to use expo-server-sdk now that edge functions supposedly have Node and native npm compatibility?

  • @RIKINURFALAKHI
    @RIKINURFALAKHI 10 месяцев назад

    I saw this for iOS applications, can this method also be applied to Android applications?, thank you

  • @mithuna5009
    @mithuna5009 5 месяцев назад

    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

  • @tarteenpions6460
    @tarteenpions6460 4 месяца назад

    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

  • @blimatech
    @blimatech 10 месяцев назад

    Thanks for sharing! What's your vscode theme?

    • @lukasthsl
      @lukasthsl 5 месяцев назад +1

      looks like "Night Owl"

  • @gan811101
    @gan811101 Год назад

    Does this work for PWA push notifications as well?

  • @fpgghos
    @fpgghos 10 месяцев назад

    only works for expo?

  • @darwin5308
    @darwin5308 11 месяцев назад

    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

  • @vigormortishs
    @vigormortishs 10 месяцев назад

    It will be discontinued by summer, isnt better to just go FCM and APN?

    • @nerd_abroad
      @nerd_abroad 6 месяцев назад

      How do you know it will be discontinued?

    • @stills2359
      @stills2359 4 месяца назад

      we are now in july and everything works as expected what are you yapping about

  • @filippobrigati1219
    @filippobrigati1219 Год назад

    it is possible using flutter?

    • @Supabase
      @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
      @filippobrigati1219 Год назад

      @@Supabase thank you so much 👌🏻

  • @allanandliftedhands2669
    @allanandliftedhands2669 Год назад

    Can I do this with android studio?

    • @Supabase
      @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
    @nobbynob-mq2rn 12 дней назад

    This looks clunky, horrible, and complicated just to send a lousy notification. Surely there has to be an easier way than this.