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

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 28

  • @YouTubeBhai-en4qs
    @YouTubeBhai-en4qs หลายเดือนก่อน

  • @kimbum4872
    @kimbum4872 หลายเดือนก่อน

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

    • @EverydayProgrammer
      @EverydayProgrammer  หลายเดือนก่อน

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

    • @kimbum4872
      @kimbum4872 หลายเดือนก่อน +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 21 วันที่ผ่านมา +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  21 วันที่ผ่านมา

      @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 21 วันที่ผ่านมา +1

      Thanks!

  • @fizennn
    @fizennn 5 วันที่ผ่านมา +1

    Is there a way to send and receive notifications in the same app?

    • @EverydayProgrammer
      @EverydayProgrammer  4 วันที่ผ่านมา +1

      Not with firebase. Because their documentation clearly states that we can't send notification from the client side. Maybe it's possible using some other service other than firebase.

    • @fizennn
      @fizennn 4 วันที่ผ่านมา +1

      @@EverydayProgrammer What is the key word about others service? Can I get tutorial for this? Thanks

    • @EverydayProgrammer
      @EverydayProgrammer  3 วันที่ผ่านมา +1

      Sure! will make it soon.

  • @Nellaihub
    @Nellaihub หลายเดือนก่อน +1

    Is it working in background?

  • @gopaldasofficial1096
    @gopaldasofficial1096 หลายเดือนก่อน +2

    Create youtube downloader app XML Java /kotlin , plz

  • @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 :)

  • @AntliaRodriguez-d9t
    @AntliaRodriguez-d9t 9 วันที่ผ่านมา

    Kotlin please

  • @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 20 วันที่ผ่านมา

    Bro setCredentials isn't working...

    • @EverydayProgrammer
      @EverydayProgrammer  20 วันที่ผ่านมา

      What issue are you getting ??

    • @mr.y865
      @mr.y865 19 วันที่ผ่านมา

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

    • @mr.y865
      @mr.y865 19 วันที่ผ่านมา

      @@EverydayProgrammer firebaseoptions is not letting setCredentials

    • @EverydayProgrammer
      @EverydayProgrammer  19 วันที่ผ่านมา

      Are you using some other firebase library too ??

    • @mr.y865
      @mr.y865 17 วันที่ผ่านมา

      @@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.