Engage users with Firebase Cloud Messaging

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

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

  • @Firebase
    @Firebase  Год назад +8

    Catch more videos in the series → goo.gle/FirebaseCodelang

  • @kimford8866
    @kimford8866 Год назад +2

    This is a very helpful and informative video. Thanks for sharing it. It's one of the few things that covers messaging and covers the sending of messages in a cloud function instead of just sending messages from the console. Problem is that I think it needs to be updated, as most of the scattered and convoluted documentation around this subject points to using Application Default Credentials. Things have apparently changed quite a bit since this vid was posted 10 months ago. I cannot get things to work with "firebase-admin": "^11.8.0" and "firebase-functions": "^4.3.1" in a cloud function.

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

    Is it possible to show the cloud message in a ”notifications” page? I mean if all is setup good with the SW, foreground and background is fine with push notifications, but what if you want to have it INSIDE your web app? (I keep getting entity not found) Thanks

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

    Can we get tokens for laptops in order to send notifications?

  • @cryptoknight9440
    @cryptoknight9440 Год назад +2

    How to hide sensitive info like firebase config variable from
    Service worker file
    I'm using vite typescript and react

    • @soufianeamimi
      @soufianeamimi 7 месяцев назад

      I think that you cannot with pure react cause all script is loaded to the client, the solution is to made a server side so your client request be made for server you can use express.js or next.js that has the config info and then that servers will make the request to yourfirebase

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

    The foreground listener isn't working on my react project, but i see the notifications on devtools, is there any possible reason?

  • @rach3llan3
    @rach3llan3 8 месяцев назад

    Least of all the information I have been getting needs public exposure

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

    can a web app subscribe differently for every user? so i can send different message for everyone

  • @rach3llan3
    @rach3llan3 8 месяцев назад

    I've been trying to contact the authorities

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

    Nao entendo nada

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

    can you show how this works with a PWA?

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

      If you really want to learn more about firebase, you got to jump into the docs.

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

      @@ODStudiosCEO PWA is not firebase, fyi