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 :)
@kimbum48722 ай бұрын
12:44 FirebaseOptions wont let me setCredentials, Ive already added the admin SDK
@EverydayProgrammer2 ай бұрын
Are you using the latest version of the firebase admin SDK ?
@kimbum48722 ай бұрын
@@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Ай бұрын
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Ай бұрын
@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Ай бұрын
Thanks!
@fizennnАй бұрын
Is there a way to send and receive notifications in the same app?
@EverydayProgrammerАй бұрын
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Ай бұрын
@@EverydayProgrammer What is the key word about others service? Can I get tutorial for this? Thanks
@EverydayProgrammerАй бұрын
Sure! will make it soon.
@YouTubeBhai-en4qs2 ай бұрын
@Nellaihub2 ай бұрын
Is it working in background?
@EverydayProgrammer2 ай бұрын
Yes
@mr.y865Ай бұрын
Bro setCredentials isn't working...
@EverydayProgrammerАй бұрын
What issue are you getting ??
@mr.y865Ай бұрын
@@EverydayProgrammer FirebaseOptions options = FirebaseOptions.builder().setCredentials.build(); is not applicable and not working .
@mr.y865Ай бұрын
@@EverydayProgrammer firebaseoptions is not letting setCredentials
@EverydayProgrammerАй бұрын
Are you using some other firebase library too ??
@mr.y865Ай бұрын
@@EverydayProgrammer yes firebase Firestore
@samirdesigner33242 ай бұрын
How to Send FCM Notifications from device to another device ?
@EverydayProgrammer2 ай бұрын
That's what this tutorial is about bro. You have to specify the device token on which you want to receive notification on.
@AntliaRodriguez-d9tАй бұрын
Kotlin please
@YouTubeBhai-en4qs2 ай бұрын
create dll injection app .. plz
@EverydayProgrammer2 ай бұрын
As I said before we can't download a file in any path in the new Android framework.