Cool tutorials! You are the only person who makes coding with Flutter easier and understandable. I have a request: can you make a tutorial that shows the admin side of the app?
Heya Mitch, great tutorial, but I'm struggling to get the notifications to work properly when the app is terminated. Currently I can receive the notifications but when I click on it, it just opens the app rather than navigating to the notifications screen. Are you able to point me in the right direction for how to fix this?
Hey mitch, I have a question Can we send the notification using flutter code so it doesn't need manually to send it on Firebase? Thanks mitch, cool tutorial
great video Mitch!! always been a little bit scared of this topic when watching other tutorials, but you made it so easy :D would be great to see this integrated with the messaging app u created a while ago, so we could see how to send notifications from one user to another just like Whatsapp or something like that 🤔 But thank you anyways, you are great!!!
How i know the token of every device that installed the app? And how to send a notification at all devices at the same time? (im learning english, sorry if my question is not good)
Gorgeous, could you make a tutorial on how to send notifs with firebase HTTP V1 API ?, the legacy one is going to be deprecated soon, thank you very much!!
Sure! I will do that. In the meantime, these videos might be helpful for you: 💬📱Chat Messenger App • Full Tutorial from scratch / Flutter x Firebase ruclips.net/video/mBBycL0EtBQ/видео.htmlsi=HZkdTVvNYpfeKmHo 🥷🏽📱 How to code a Social Media App • Flutter x Firebase / FULL TUTORIAL ruclips.net/video/prp8-j3W_V0/видео.htmlsi=LmeuURVDTQ94_GG2
My question is more on the side of if the app is distributed and there are more than 1 device that needs to get the notification. How do we get around that?
Hey mitch, thanks for helping us with Flutter! I have a question. My app uses tags for emojis, I receive them from another software. When I receive them in the foreground part, I convert the tags into the actual emojis. But when on background or terminated, the notifications get bypassed. They just get sent without converting and my background handler does not trigger. I need help!
hey bro, hope everything is okay with u, i just wanted to ask that i have an app which displays some data, if that value exceeds above 50, then notification should be generated by itself rather than typing it on our own using firebase, what's the technique behind that. Can u please guide for that.
@@revengerdna3514 yeah good call i’ll need to look into that. i may make an update notifications tutorial to cover stuff like that. Lmk if you figure it out
that is something I will cover soon. I will integrate the push notification with my chat app (ruclips.net/video/mBBycL0EtBQ/видео.htmlsi=I4LPjaFm6ofxb9Hy) look forward to it. coming soon! 💜
sir big fan sir my name is junaid but i am biggner sir Sir, your logic is really excellent, and I like it a lot. Sir, please create a playlist where you teach Dart to beginners like us. Your Dart skills are truly amazing!
wow greatt, now i clearly understand, but i got issue when my app close from recent app the notif not directing to notif screen insted to my splash screen, any solution or suggestion ? anybody ?
how to show the notification bandage icon in the notification icon the notification icon was in my home page screen on the app bar when user click on the notification then it navigate to the Notification My Consen is:- when the notification is receive then the bandag show in the the home page on the App bar on the notification icon. can u give me a solution soon as possible please
Hi Mitch. Awesom tut as always. Do you plan on making some FlutterFlow content as well or you're just going to focus on actual code instead of no/low code ? Thanks !
@@createdbykoko I got an email from firebase that they are shutingdown the Firebase Dynamic Links service on August 25, 2025. They said this service was launched over 7 years ago. they continued, "Over the years, the web and mobile ecosystems have evolved and new technologies such as *App Links, Google Play Instant, Universal Links and App Clips* have emerged that make user journeys across apps and the web more seamless and predictable for the end-user. ". So I am asking on a tutorial to help me migrate from the use of Dynamic Links, to App Links or whatever works better... Thank you
I am unable to resolve this issue, I have changed the version from 4.3.10 to 4.3.14. Still, I see the same issue. can anyone please help me to resolve this issue?
@@createdbykoko i am check my emuloter it work but i check my physical device not working,not the code error because i get token and send the message but not showing my device
This is great I love your simple and great tutorial However, I am trying to send a notification on a particular day using the birthday of the user, how can I achieve that from the app, note the birthday is stored in the firestore database of the firebase, will I have to create a firebase function to handle that? @mitch koko
@@ahmedmohamed1340 Thank you so much ❤️ butI don't have a backend server, I am using firebase as my backend for now... Its an app I'm single-handedly building
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
📱 Flutter Masterclass • mitchkoko.app/
🔥 I'm coding a startup.. www.patreon.com/mitchkoko
Please do a video for firebase dynamic link for referral please 😢😢😢
Please do a video for firebase dynamic link for referral please 😢😢😢
alo on firebase auth,rest api,shared preferences
FLUTTER AUTH PLAYLIST:
1 • 📱 Modern Login UI • ruclips.net/video/Dh-cTQJgM-Q/видео.html
2 • 📱 Email Login & Logout • ruclips.net/video/_3W-JuIVFlg/видео.html
3 • 📱 Email Sign Up • ruclips.net/video/qlVj-0vpaW0/видео.html
4 • 📱 Google Sign In • ruclips.net/video/1U8_Mq1QdX4/видео.html@@kashaf8863
i am waiting for your new video,on funcional work🙂
Very good. Just started learning flutter so I'm still not able to understand everything that's been done but was able to follow up.
love this guy. got me going in flutter. used the completion progress as motivation to learn the basics and went from there. Big thanks my man
Heyy glad I could help you. Your words mean a lot to me 💜 keep it up!!
Cool tutorials! You are the only person who makes coding with Flutter easier and understandable. I have a request: can you make a tutorial that shows the admin side of the app?
Certainly! Coming soon
Working on a chat app, been struggling to send notifications between users, thx you always make it look so simple.. 💜
Haha that's great to hear. I love making it simple💜
How are you able to send push notifications from within the app and not firebase console? I’ve hit a road block
i'm looking your videos mostly for for calm down 😅 Thank you for this clearly instructions in every video!
Sweet! what a very straightforward tutorial. Thanks, it works well
you explained very well and keep tutorial short and simple. good job !!
Heya Mitch, great tutorial, but I'm struggling to get the notifications to work properly when the app is terminated. Currently I can receive the notifications but when I click on it, it just opens the app rather than navigating to the notifications screen. Are you able to point me in the right direction for how to fix this?
forget about the tutorial your voice is something else geezs
Hahaha never thought id see a comment like this 😂
Big Fan Bro My Final Year Project also Completed with the help of your totorial ❤
you only need to restart your vscode on gradle error:
it will solve the gradle issue.
Hey mitch, I have a question
Can we send the notification using flutter code so it doesn't need manually to send it on Firebase?
Thanks mitch, cool tutorial
please mitch
great video Mitch!! always been a little bit scared of this topic when watching other tutorials, but you made it so easy :D
would be great to see this integrated with the messaging app u created a while ago, so we could see how to send notifications from one user to another just like Whatsapp or something like that 🤔
But thank you anyways, you are great!!!
That is a great idea! I shall implement it with the chat messenger app! Coming soon💜
@@createdbykoko Implement this with the chat app plz
And I was waiting for a video on how to put mobile apps on play store and how to earn money through fiverr
What is fiverr??
Sure, I will definitely need to make a video about how to publish to app store. 💜
@@createdbykoko and what about fiverr . I want to call you simbah bcz you are king of flutter rn
@@AnimatedBookPlus HAHAHA SIMBA 🦁👑 what about fiverr? You mean how to make money as a freelancer? 💜
@@createdbykoko yup 👾 exactly
How i know the token of every device that installed the app? And how to send a notification at all devices at the same time? (im learning english, sorry if my question is not good)
That was only for testing... In actual we get this token and use it dynamically for notifications
Dope... So far i have enjoyed the way you teach throughout your videos... Learnt a lot also, Thanks man
DOPEEE that's awesome to hear! I am glad I could be of help. How is Flutter going so far for you?💜
Gorgeous, could you make a tutorial on how to send notifs with firebase HTTP V1 API ?, the legacy one is going to be deprecated soon, thank you very much!!
Yep sure! Noted💜
thanks for the clear explanation .awesome bro. keep rocking
Sir please make a video on model classes and how we can get data from firebase to these model classes
Sure! I will do that. In the meantime, these videos might be helpful for you:
💬📱Chat Messenger App • Full Tutorial from scratch / Flutter x Firebase ruclips.net/video/mBBycL0EtBQ/видео.htmlsi=HZkdTVvNYpfeKmHo
🥷🏽📱 How to code a Social Media App • Flutter x Firebase / FULL TUTORIAL ruclips.net/video/prp8-j3W_V0/видео.htmlsi=LmeuURVDTQ94_GG2
My question is more on the side of if the app is distributed and there are more than 1 device that needs to get the notification. How do we get around that?
Great question. I will cover that soon. 💜
Hey mitch, thanks for helping us with Flutter! I have a question. My app uses tags for emojis, I receive them from another software. When I receive them in the foreground part, I convert the tags into the actual emojis. But when on background or terminated, the notifications get bypassed. They just get sent without converting and my background handler does not trigger. I need help!
Niice....first one here🎉🎉l
Hey Mitch , will the notifications work when the app is totally terminated?
Yes it will❤
AWESOME! Really easy to understand
Nice!
Hi Mitch, great tutorial 😀. Do you where I can find the permissions for Android manifest?
Perfect timing!
How was it? Let me know if you need any help 💜
Great tutorial, easy to understand. Thank you🤟
You had already developed social media app, i want you to inetgrate push notification their and also add messaging features
Yep great idea, I will definitely do that soon for you 💜
Love your teaching method
I'm glad to help. How is flutter going for you so far?💜
thanks mitch, as always❤
thank YOU. u are a long time supporter. I really appreciate it 💜
please create 1 where notification is triggered by a cloud function
Good idea, will do that for sure 💜
What about token expiration and handling that scenario?
Great question. I will make sure to cover that soon💜
hey bro, hope everything is okay with u, i just wanted to ask that i have an app which displays some data, if that value exceeds above 50, then notification should be generated by itself rather than typing it on our own using firebase, what's the technique behind that. Can u please guide for that.
can you do more Tutorial on local notification with out firebase
Amazing tutorial Sir, I want to know how that notification message is also show in the Notification screen.
Noted💜
can you tell me how can i set a timer to notifications that user will get notifications after every 3 days or after every 5 days
@@revengerdna3514 yeah good call i’ll need to look into that. i may make an update notifications tutorial to cover stuff like that. Lmk if you figure it out
This was excellent and informative.
very nice. thank you so much
love from Turkiye
My pleasure I am glad I can help you. Sending love to Turkey 💜 How is Flutter going for u?
hey ! Mitch just loved your content ! just please can you make a video on otp authentications
really helpful.Saved lot of time and efforts.
Hi..could you make a video on GDPR using flutter?
Thank you
Very thanks! :) Helped me much
Please I wouldn't stop commenting this, till you reply to me, please do video on Firebase dynamic linking for rewards
Noted💜
Can u do for iOS as well
Most definitely, I am making it right now. iOS push noti coming soon 💜
thank u man, i meen it
how to schedule notification using firebase messaging ? just like we manually configure the campain for scheduling notfication ,
How can I send notification from one device to other in my chat application??
that is something I will cover soon. I will integrate the push notification with my chat app (ruclips.net/video/mBBycL0EtBQ/видео.htmlsi=I4LPjaFm6ofxb9Hy) look forward to it. coming soon! 💜
@@createdbykoko That's A great Tutorial Mitch 💫
I followed that to make a Chat App of mine✨
after i do the test cloud message the notification doesnt appear when my app is on the background
Its working on foreground but not when the app is in the background, please help
It should work also when it is in the background! Did you figure this out yet? I can help you further if you need 💜 Let me know
How can I get data from firestore to an e-commerce app any help
Great question, I will cover that soon 💜this is definitely on my list to do
sir big fan sir my name is junaid but i am biggner sir Sir, your logic is really excellent, and I like it a lot. Sir, please create a playlist where you teach Dart to beginners like us. Your Dart skills are truly amazing!
Do for ios. Thank you for your free invaluable content
iOS coming up soon. Working on it now💜
Is there a limit of how many devices i can send a notification to without paying?
how can I make a fucntion run in background and if soemthing happen in the list which is it refering it give me back the notification?
really cool video!!
thanks haha 💜how is flutter going for you these days?
How to do it with the chat app you created.....
Keep going brother
thank you I will keep going! your words mean a lot to me 💜
wow greatt, now i clearly understand, but i got issue when my app close from recent app the notif not directing to notif screen insted to my splash screen, any solution or suggestion ? anybody ?
Why it didn't ask for user permission ?
It didn't ask you?
@@createdbykoko I know it will ask only for 12+. But strangely on emulator it didn't
❤❤🎉🎉
Lot of thanks bro
how to show the notification bandage icon in the notification icon
the notification icon was in my home page screen on the app bar when user click on the notification then it navigate to the Notification
My Consen is:- when the notification is receive then the bandag show in the the home page on the App bar on the notification icon.
can u give me a solution soon as possible please
Sure, I will make a video about this soon💜
Please do a video for firebase dynamic link for referral please 😢😢😢
Sure I'd love to help. what do you mean exactly though?
Thanks for sharing ❤️💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕
clean video af!
haha glad you like it! how is flutter going for u these days?💜
@@createdbykoko i might have replied a bit late, but i can tell that its going great!
your videos are top notch!
how to send from role admin to user notification?
When i run the code it doesn’t show the token and the run take long time and never stop 😢
is this worked in terminated stage? Also, if we want to send notifications daily for all the app users will this work for that ?
no bro it wasnt working for me have you found the solution
make a video on one signal also
Yesss this is for iOS notifications right?
@@createdbykoko Could you do it for IOS it will be grate
for both@@createdbykoko
How create game like candy crush with flutter
Ohhh maybe i can make a tutorial about that💜
Hi Mitch. Awesom tut as always.
Do you plan on making some FlutterFlow content as well or you're just going to focus on actual code instead of no/low code ?
Thanks !
Can give tutorial from esp to firebase and push notification
make a video on app links 🙏
Can you explain further? What do you mean
@@createdbykoko I got an email from firebase that they are shutingdown the Firebase Dynamic Links service on August 25, 2025. They said this service was launched over 7 years ago.
they continued,
"Over the years, the web and mobile ecosystems have evolved and new technologies such as *App Links, Google Play Instant, Universal Links and App Clips* have emerged that make user journeys across apps and the web more seamless and predictable for the end-user. ".
So I am asking on a tutorial to help me migrate from the use of Dynamic Links, to App Links or whatever works better...
Thank you
Thanks a lot
My pleasure! Glad to help. How is Flutter going for you?💜
@@createdbykoko good. I will publish an app two months later.
Thanks
My pleasure! how is flutter gooing for you so far?💜
@@createdbykoko Absolutely very well
which virtual device version is this?
How to implement this on chat app?
I am unable to resolve this issue, I have changed the version from 4.3.10 to 4.3.14. Still, I see the same issue. can anyone please help me to resolve this issue?
chooseable quality to watch video is 720p only :(
OH WHAT! I only just realised.. thank you for pointing that out. I need to fix that 💜
You don't show the details clearly. Where did the firebase_options.dart file come from?
It is automatically generated when we connect our app to firebase which is shown at the start of the video
please create one for ios too
here u go ruclips.net/video/k0dHYObtshU/видео.htmlsi=7olDWzvg8pFcRvGK
i have a server on node.js , i want to implement push notifications from my bakcend , whenever an endpoint calls
do you have any idea about the same?
@@createdbykoko thank you for your help
How did you get firebase on cli ?
Never mind got it.
Nice
helloo i cant view the token ? its not displayed in the console when i run it
I want to help you but you need to give me more information
why this method not working for physical device...pls help me fix this
It’s working fine on physical devices. I want to help you, can you give me more detail about what’s not working?
@@createdbykoko i am check my emuloter it work but i check my physical device not working,not the code error because i get token and send the message but not showing my device
@@chirantharavishka5918 maybe because it will be a new token
@@createdbykoko no i try few time not come msg .....but i check my emulotor then not error then correctly work
@@chirantharavishka5918 ur physical device will have a different token to your emulator. Did you check this?
how to: Implement push notifications for post activities (likes and comments)
Implement push notifications for follower activities (new followers)
💜
💜 How is flutter going for you ?
4:04
Kudos my Hero🫡
This is great I love your simple and great tutorial
However, I am trying to send a notification on a particular day using the birthday of the user, how can I achieve that from the app, note the birthday is stored in the firestore database of the firebase, will I have to create a firebase function to handle that? @mitch koko
you can send notification from your backend server through api
I will cover this and explain it in a future video coming up 💜
@@ahmedmohamed1340 Thank you so much ❤️ butI don't have a backend server, I am using firebase as my backend for now... Its an app I'm single-handedly building
@@createdbykoko thank you so much ❤️ I can't wait to see the video, I hope to be notified when the video eventually drops here
@@solomonlaleye4022 you can click on the notification bell 🔔 next to my name to be notified
When i run the code it doesn’t show the token and the run take long time and never stop 😢
Thanks
My pleasure :D How is flutter going for you these days?💜
When i run the code it doesn’t show the token and the run take long time and never stop 😢