The first time I saw your videos was like 3 months ago and it helped me to do the chat app, but incredibily now I am with notifications, ty for your help mate, the video was so clear that I got everything perfect with no errors or problems like with other tutorials.
@gioacchinogarofalo24033 ай бұрын
Hi, first of all I would like to thank you for the clarity of your videos. I made an app based on your video about the chat and I would like to integrate it with the current notification. Unfortunately for me, however, you start the notification from firebase and instead I am interested in having the notification arrive when a user sends a message to the recipient and then reply to the message. Have you already done something like this? Can you give me a hand please?
@MaricelaPotoc3 жыл бұрын
A very good video. Helped me a lot after days of searching. I am trying to build my first app and I had no idea that I could use Firebase to create notifications.
@nerdsplus54992 жыл бұрын
how to make notification work with all versions of mobiles?
@sksuman44002 жыл бұрын
it's regarding android push notifications. It's working fine for the Android version lower than oreo(API level 26 ). But above oreo (API level 26 ), the push notifications are not coming when the app is closed.
@kalpakpatil54898 ай бұрын
yes correct
@muhannddh2 жыл бұрын
why there is no GitHub for the source Code ?
@gxvigo2 жыл бұрын
Awesome tutorial, I never used Android Studio and at the end of your video I got a notification on my device. Question, how to I get the Device Token so I can send push notifications from systems other than Firebase Test Messages?
@sraldous Жыл бұрын
The notification text doesn't fit in the notification prompt screen like in your example, I see the icon and part of the title and it cuts off at the bottom, I had to remove your top and left padding for it to work ok. Otherwise, good tutorial, thanks. It's a shame you have to do so much work just for a notification!
@cemilbasar9781 Жыл бұрын
wonderful video greetings from Istanbul/Türkiye
@vahidvahidi4203 Жыл бұрын
One of the best videos. very good. I have test it works successfully.
@msahkoo2 жыл бұрын
I am noob in android studio, same steps should follow for java?
@Kaito-rt4ux11 ай бұрын
Is there a way to send a fixed notification automatically when there is a changed in realtime database of firebase without using fcm? or notification console?
@brucebaker7442 жыл бұрын
great video, only took one view to get it working. thanks a ton.
@HSinhori10 ай бұрын
aqui se o app está em primeiro plano ele fecha abruptamente, só funciona com ele fechado ou em segundo plano, como posso resolver?
@federico4122 Жыл бұрын
How to send to specific user? from application when press one button
@shravanbisen68452 ай бұрын
bro have you got the answer , have found the solution ?
@Azil71362 жыл бұрын
he can only run on emulator dan notification can't when I try it directly on the device?. wyh is that ?
@haskellscript Жыл бұрын
this video is simply too good
@andonisgaja737910 ай бұрын
Not working at all :(
@dudutlesmono1799 Жыл бұрын
it works for me. thanks very much.
@robertpeschke774610 ай бұрын
You may need to update this video for TargetSDK 33
@pavankumarhegde39252 жыл бұрын
How to send message using kotlin...? Anywhere kotlin message sending is not mentioned.... On notification receive is there... Why???
@HammadKhanYT Жыл бұрын
This did not work for me, I tried everything but to no avail. I did try to implement it in my exist code and not a seperate app. May be I will try in separate application.
@brianmelita844711 ай бұрын
check app setting and enable notification
@maurocos91182 жыл бұрын
You are the Best, Sir. Thank you very much
@mdarifnufqqdugir32783 жыл бұрын
Please start making apps using flutter we all want to learn flutter
@brucebaker7442 жыл бұрын
stop being lazy and learn native code...it'll make you a better programmer.
@osamaghazal Жыл бұрын
you are great man Thank you very much
@SandhiyaS-o4u Жыл бұрын
post video about push notification using firebase cloud messaging in java
@axw-ei3fn2 жыл бұрын
Thanks, bro this wonderful video. I understand very much.
@mdarifnufqqdugir32783 жыл бұрын
Please sir it's request of all of the viewers .please start making vedios on fkutter please please please please
@Nidzo809 ай бұрын
Does not work with Android 13
@MauroMB2 жыл бұрын
Excellent!!!!
@MOKANN Жыл бұрын
Hello, I made a push notification but I can't show the message on the screen 35:16
@HSinhori10 ай бұрын
to com o mesmo problema
@athithyaparamesh82512 жыл бұрын
In the channel name in App Info, it says Miscellaneous. How do I change that? Please help.
@athithyaparamesh82512 жыл бұрын
Found out. We have to create a default channel Id in the Manifest file. Otherwise, Android will send our notifications in the Miscellaneous channel.
@jairlopezg2 жыл бұрын
Tutorial excelente!!
@s.m.imranahmed1313 жыл бұрын
This notification will not work while app is killed or background
@surflaweb2 жыл бұрын
This is false I have tested the app while it was killed or closed and the notifications arrived after some 30s
@sarcastic_hi6526 Жыл бұрын
source code??
@Trigoter3 жыл бұрын
Can you add Turkish subtitles?
@Xnoz20053 жыл бұрын
Hindi, available
@ozzy7643 Жыл бұрын
ytnin altyazsını kullansana knk
@antdx316 Жыл бұрын
The amount of work just to get simple app push notifications is super dumb.
@longtran18712 жыл бұрын
it's doesn't work
@antdx316 Жыл бұрын
yea : (
@dudutlesmono1799 Жыл бұрын
it work for me. notification appear several minutes after send.
@shashwatmishra8204 Жыл бұрын
Definitely not the feature I was looking for, been trying to send notifications from one device to another.