Tutorial to Generate android FCM device token to use firebase services

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

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

  • @R56A
    @R56A 2 года назад

    Great work! Thanks a lot. Video was very helpful.

  • @RohitSingh-oh5tp
    @RohitSingh-oh5tp 4 месяца назад

    I got the device token but i want to send this token to api, how can i do ?

  • @devdojocode
    @devdojocode 3 года назад +1

    thanks man and my question is how we auto scubscribe topics to send notification to all user in android

  • @anon_1-n1e
    @anon_1-n1e 2 года назад

    Thanks!

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

    firebase device token coming from frontend ?

  • @mems2.084
    @mems2.084 2 года назад +1

    How to fcmId otp bypas

  • @bravoesco9472
    @bravoesco9472 3 года назад

    lets say i have 50 stundent
    and i want to give all of them notification
    does that mean i have to get all of their token and send it one by one ?

    • @rogerccaqp
      @rogerccaqp 2 года назад

      if you want to give the same message for everyone is not necesary to have tokens of each one.
      that case could use _topics and susbcription_ for FCM.

    • @mragent_47_80
      @mragent_47_80 2 года назад

      no you can set it to target the app, that would mean that everyone who has your app installed would receive a notification. So not even one token is required :) hope that answers your question