Push Notification with Flutter | Flutter & Firebase Advance Tutorial For Beginners (Updated)

  Рет қаралды 20,704

Backslash Flutter

Backslash Flutter

Күн бұрын

Пікірлер: 81
@backslashflutter
@backslashflutter 3 жыл бұрын
Join Now 💗 Source code is posted on community post for members ! kzbin.infojoin
@akhtarshah2816
@akhtarshah2816 3 жыл бұрын
Couldn't find the source code there ,
@backslashflutter
@backslashflutter 3 жыл бұрын
once you become the member, then it will automatically show you mate ! 💞
@berkarslan6718
@berkarslan6718 2 жыл бұрын
Hello Dear BackSlash, I finished the project and I'm getting running and background notifications but it takes time like 2 or 3 minutes to receive. Do you know a way to reduce the time to deliver notifications?
@akhtarshah2816
@akhtarshah2816 3 жыл бұрын
seeing first vedio from your channel & liked the way you are teaching , very helpful for beginners . THANKS
@backslashflutter
@backslashflutter 3 жыл бұрын
I was really not in good mental health, but after seeing this comment you made my day mate! Thank you so much❤️
@renzhenrie
@renzhenrie 3 ай бұрын
Is this compatible to the group chat app you've developed?
@abintictech6234
@abintictech6234 3 жыл бұрын
can you help in sending the notification programically from a flutter app to another one...would be helpfull...
@backslashflutter
@backslashflutter 3 жыл бұрын
Will implement this in future mate!
@DiogoLima-yp3nh
@DiogoLima-yp3nh 3 жыл бұрын
Does it work with NotificationExtension on IOS?
@backslashflutter
@backslashflutter 3 жыл бұрын
not yet
@DeepakKumar-fp8vd
@DeepakKumar-fp8vd 2 жыл бұрын
Sir it is very helpful video for me nd you re doing febulous work even you're suffering from cold . Thank you for your knowledge. Take care nd take medicine 🙂
@backslashflutter
@backslashflutter 2 жыл бұрын
thanks bro
@polymath8048
@polymath8048 3 жыл бұрын
Thanks for sharing your knowledge. How to add this entire code in case of multiple screens. On which screen will all this code be written? In Login Screen or elsewhere.
@backslashflutter
@backslashflutter 3 жыл бұрын
You can learn from the logic in this case, and then integrate to your code. If you are just in need of sending the push notification and not making any complex tasks, then I will also suggest to have a look at onesignal package, it has the pub.dev listing for flutter developer and the integration is just 1 2 lines of code
@boopalanboopalan4950
@boopalanboopalan4950 3 жыл бұрын
super bro
@backslashflutter
@backslashflutter 2 жыл бұрын
Thank you
@MafazKhan1
@MafazKhan1 3 жыл бұрын
Bro I need help, I have a messaging app and Im not using firebase messaging with it because it has group messages do you have any idea how I can add notifications if data is created or deleted in cloud firestore just detect changes and notify something like that.
@backslashflutter
@backslashflutter 3 жыл бұрын
u can clone some chat app from github, they have proper implementation for push notification functionality
@salimeida9967
@salimeida9967 2 жыл бұрын
how to add onLunch Func
@takirajani2693
@takirajani2693 2 жыл бұрын
Thank you sir, very nice video and i subscribed your channel. sir i have one question is i am the beginner in flutter so...i am working on one app which like posting some post app so when user post some thing then i want to send notification to all app user. php backend. plase sir reply me. (you have any video on this topic?). once again thank you soo much sir for this video.
@backslashflutter
@backslashflutter Жыл бұрын
please consider going through firebase cloud messaging documentation. You can send POST notifciation to user's device but then this involve lot of things to be created. like firstly storing user's fcm Token which is the device token in usermodel. Then sending push notification to that user.
@adityavikram5190
@adityavikram5190 2 жыл бұрын
I am getting errors while creating statefulwidget. It says classes can't be declared inside other classes.
@backslashflutter
@backslashflutter 2 жыл бұрын
can you please use this shorthand stfl for creating stateful widget.
@lovkeshsinghkhalsa
@lovkeshsinghkhalsa 2 жыл бұрын
Will you please guide me? My problem is how do we send notification from firebase to all users when a data is updated from admin panel.
@backslashflutter
@backslashflutter 2 жыл бұрын
bro, this thing is not at all concerned with handling some other admin panel. Right now the only integration that we did in the video was with our flutter code and the firebase server. So in future, if I work with custom admin panel, then will definitely let you know
@lovkeshsinghkhalsa
@lovkeshsinghkhalsa 2 жыл бұрын
@@backslashflutter thnx alot
@tanmoysaha4686
@tanmoysaha4686 2 жыл бұрын
Using this can we send notifications like telegram? Like if someone from my contact registers in the app I will get a notification about that.
@backslashflutter
@backslashflutter 2 жыл бұрын
not yet right now, this is not that advance as of now
@enghatemansour
@enghatemansour 3 жыл бұрын
Hi, pro. firstly I would like to thank you thousand times for your videos but I just have one little comment if you can become slower while talking, And transition between screens, you will be really amazing thanks for understanding
@backslashflutter
@backslashflutter 3 жыл бұрын
ok sir, will keep this in mind for next videos
@__mothership__8475
@__mothership__8475 2 жыл бұрын
I want to look at this tutorial, but before that can somebody tell me if this will work in iOS app also ?
@backslashflutter
@backslashflutter 2 жыл бұрын
yes it is working
@leandrovallejos4075
@leandrovallejos4075 3 жыл бұрын
How do you send a notification?
@backslashflutter
@backslashflutter 3 жыл бұрын
Through Firebase!! 🤔🥲
@workinglate3595
@workinglate3595 3 жыл бұрын
can you help me on my application project ))(how to contact with you )
@workinglate3595
@workinglate3595 3 жыл бұрын
@@backslashflutter how I will get your number
@backslashflutter
@backslashflutter 3 жыл бұрын
Thank you so much for becoming the member. You are the first member for this channel. In the community post for members there is the contact details :)
@shar.k
@shar.k 3 жыл бұрын
I want to send notification on press of a button from flutter app
@backslashflutter
@backslashflutter 3 жыл бұрын
In this tutorial, in the terminated part section we have implemented the click_action functionality, and there is more advance use of it which can be done. first you see this link, and get a basic overview of how things work. Then you can look at using the button for notification.
@backslashflutter
@backslashflutter 3 жыл бұрын
stackoverflow.com/questions/48403786/how-to-open-particular-screen-on-clicking-on-push-notification-for-flutter
@shar.k
@shar.k 3 жыл бұрын
@@backslashflutter I want to send cloud notification from my admin app
@shar.k
@shar.k 3 жыл бұрын
Like if I press send message button in UI it should deliver message
@backslashflutter
@backslashflutter 3 жыл бұрын
you need to add both the app of admin and user app to the existing firebase project. for now, I don't know exactly much on this, but will search for some solutions
@henergy683
@henergy683 2 жыл бұрын
I have problem with background message when application terminated. I already try to make Application.kt file in android folder but it's still not work. I test it with Xiaomi and Oppo phone.
@varshilshah98
@varshilshah98 2 жыл бұрын
I've the same problem
@henergy683
@henergy683 2 жыл бұрын
@@varshilshah98 already solved. Actually I don't need to create Application.kt. First you must run app with connected usb testing first (just test on message is enough). After that you must disconnected the usb, close the app, and run the app once again,, and then test it start from front message then close app, then test background message. I hope it helps
@backslashflutter
@backslashflutter 2 жыл бұрын
It feels so good to have people like you in the community who are helping others. I am trying to respond to 200+ comments daily, but then this will become more better with more and more people like you
@DK-pf2dg
@DK-pf2dg 3 жыл бұрын
Sir how to integrate this with iOS?
@backslashflutter
@backslashflutter 2 жыл бұрын
Will create this soon for you guys!
@alimasarra-developmentteam5724
@alimasarra-developmentteam5724 3 жыл бұрын
it works well on android, but on ios not receiving notification although permission granted
@backslashflutter
@backslashflutter 3 жыл бұрын
thanks for commenting. Can you share the detail for any error that you are facing. If without facing any error also there is nothing shown. Then give me a day's time will see into this. Actually my mac is little bit old, so running xcode on it results in lags. So will see the documentation for you ;)
@alimasarra-developmentteam5724
@alimasarra-developmentteam5724 3 жыл бұрын
@@backslashflutter i am trying to see whats wrong, no error shown! really thank you for the video and for your time.
@backslashflutter
@backslashflutter 3 жыл бұрын
thank u sir 💗
@alimasarra-developmentteam5724
@alimasarra-developmentteam5724 3 жыл бұрын
@@backslashflutter you need to have an developer apple ID, enroll for development, wait to get accepted, get development and production certificates, and get auth key, need to add them in the firebase console, then it will work! apple is complicated!
@backslashflutter
@backslashflutter 3 жыл бұрын
🤧
@Raj_Gada
@Raj_Gada 2 жыл бұрын
please increase the font size in your future tutorials
@backslashflutter
@backslashflutter 2 жыл бұрын
ok sure, I will definitely get this done
@web9904
@web9904 3 жыл бұрын
cool
@backslashflutter
@backslashflutter 3 жыл бұрын
thanks
@abdulrahmanam5609
@abdulrahmanam5609 3 жыл бұрын
when user A is following user B how can display notification to user A when user B uploaded a post
@backslashflutter
@backslashflutter 3 жыл бұрын
That is something more advanced when it comes to firebase cloud messaging, In future, will definitely get this integrated.
@pigeondeveloper4702
@pigeondeveloper4702 3 жыл бұрын
Terminated State notifications not working
@backslashflutter
@backslashflutter 3 жыл бұрын
have you added the action click? if you done everything that was told in the video, then do go to the Firebase messaging package pub.dev link and see there will be options for explicitly defining the push notification
@pigeondeveloper4702
@pigeondeveloper4702 3 жыл бұрын
@@backslashflutter yes, i added. it seems like there are changes in your code not updated in the video that made your code work or something
@backslashflutter
@backslashflutter 3 жыл бұрын
noop, will run the same code again for you
@mylaramvenkatesh9796
@mylaramvenkatesh9796 3 жыл бұрын
code link
@backslashflutter
@backslashflutter 3 жыл бұрын
you can become the member of channel bro💗
@fsdguy
@fsdguy 3 жыл бұрын
Keyboard sounds are too irritating. Please use a good keyboard.
@backslashflutter
@backslashflutter 3 жыл бұрын
🥲 ok
@divyanshsingh.xii.g8986
@divyanshsingh.xii.g8986 3 жыл бұрын
Ok
@backslashflutter
@backslashflutter 3 жыл бұрын
🧞‍♂️💞
@anshulkumar991
@anshulkumar991 3 жыл бұрын
@@backslashflutter Nice video I need your help so how can I contact you
@backslashflutter
@backslashflutter 3 жыл бұрын
@@anshulkumar991 u can email me
@anshulkumar991
@anshulkumar991 3 жыл бұрын
@@backslashflutter email id plz
@backslashflutter
@backslashflutter 3 жыл бұрын
@@anshulkumar991 check about us section of my channel
📱Android Push Notifications • Flutter x Firebase Tutorial
12:39
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 75 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 315 М.
Flutter Appwrite a Firebase Competitor
9:43
Robert Brunhage
Рет қаралды 26 М.
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 88 М.
8 AI Tools I Wish I Tried Sooner
16:10
Futurepedia
Рет қаралды 340 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 1 МЛН
I built a chat app in 7 minutes with React & Firebase
8:53
Fireship
Рет қаралды 1,4 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.