How to Send FCM Notifications from Android Studio using Firebase Admin SDK | Full Tutorial

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

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

  • @gopaldasofficial1096
    @gopaldasofficial1096 Месяц назад +1

    Create youtube downloader app XML Java /kotlin , plz

  • @YouTubeBhai-en4qs
    @YouTubeBhai-en4qs Месяц назад

  • @Nellaihub
    @Nellaihub 25 дней назад +1

    Is it working in background?

  • @EverydayProgrammer
    @EverydayProgrammer  Месяц назад

    Note: In this tutorial I sent and received the fcm notification in the same device that's because I was having fps issues while running 2 emulators. You can set some other device token and it will still work fine.
    If you have any other doubts feel free to ask in the comments.
    Happy Coding :)

  • @kimbum4872
    @kimbum4872 Месяц назад

    12:44 FirebaseOptions wont let me setCredentials, Ive already added the admin SDK

    • @EverydayProgrammer
      @EverydayProgrammer  29 дней назад

      Are you using the latest version of the firebase admin SDK ?

    • @kimbum4872
      @kimbum4872 23 дня назад +1

      @@EverydayProgrammer I already know why it wont let me run admin sdk cuz of conflict implementation of my current project, fixed mine by going through documentation and rn my push notification works fine on my project, I wont recommend installing admin sdk on existing firebase implementation

    • @16cagm
      @16cagm 11 дней назад +1

      Good morning, greetings from México, sorry my english is not good. I have a doubt o question relative, what is the "cred. Json"? Thanks in advance!

    • @EverydayProgrammer
      @EverydayProgrammer  11 дней назад

      @16cagm Good morning! Go to 22:02 in this tutorial and I'll be showing how to download a file from the Google cloud console. That's the cred.json file. It'll be a long, different name so I just renamed it to cred.json. Hope you got it 😀.

    • @16cagm
      @16cagm 11 дней назад +1

      Thanks!

  • @samirdesigner3324
    @samirdesigner3324 Месяц назад

    How to Send FCM Notifications from device to another device ?

    • @EverydayProgrammer
      @EverydayProgrammer  Месяц назад

      That's what this tutorial is about bro. You have to specify the device token on which you want to receive notification on.

  • @mr.y865
    @mr.y865 10 дней назад

    Bro setCredentials isn't working...

    • @EverydayProgrammer
      @EverydayProgrammer  10 дней назад

      What issue are you getting ??

    • @mr.y865
      @mr.y865 9 дней назад

      @@EverydayProgrammer FirebaseOptions options = FirebaseOptions.builder().setCredentials.build(); is not applicable and not working .

    • @mr.y865
      @mr.y865 9 дней назад

      @@EverydayProgrammer firebaseoptions is not letting setCredentials

    • @EverydayProgrammer
      @EverydayProgrammer  9 дней назад

      Are you using some other firebase library too ??

    • @mr.y865
      @mr.y865 7 дней назад

      @@EverydayProgrammer yes firebase Firestore

  • @YouTubeBhai-en4qs
    @YouTubeBhai-en4qs Месяц назад

    create dll injection app .. plz

    • @EverydayProgrammer
      @EverydayProgrammer  Месяц назад

      As I said before we can't download a file in any path in the new Android framework.