Join Now 💗 Source code is posted on community post for members ! kzbin.infojoin
@akhtarshah28163 жыл бұрын
Couldn't find the source code there ,
@backslashflutter3 жыл бұрын
once you become the member, then it will automatically show you mate ! 💞
@berkarslan67182 жыл бұрын
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?
@akhtarshah28163 жыл бұрын
seeing first vedio from your channel & liked the way you are teaching , very helpful for beginners . THANKS
@backslashflutter3 жыл бұрын
I was really not in good mental health, but after seeing this comment you made my day mate! Thank you so much❤️
@renzhenrie3 ай бұрын
Is this compatible to the group chat app you've developed?
@abintictech62343 жыл бұрын
can you help in sending the notification programically from a flutter app to another one...would be helpfull...
@backslashflutter3 жыл бұрын
Will implement this in future mate!
@DiogoLima-yp3nh3 жыл бұрын
Does it work with NotificationExtension on IOS?
@backslashflutter3 жыл бұрын
not yet
@DeepakKumar-fp8vd2 жыл бұрын
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 🙂
@backslashflutter2 жыл бұрын
thanks bro
@polymath80483 жыл бұрын
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.
@backslashflutter3 жыл бұрын
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
@boopalanboopalan49503 жыл бұрын
super bro
@backslashflutter2 жыл бұрын
Thank you
@MafazKhan13 жыл бұрын
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.
@backslashflutter3 жыл бұрын
u can clone some chat app from github, they have proper implementation for push notification functionality
@salimeida99672 жыл бұрын
how to add onLunch Func
@takirajani26932 жыл бұрын
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 Жыл бұрын
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.
@adityavikram51902 жыл бұрын
I am getting errors while creating statefulwidget. It says classes can't be declared inside other classes.
@backslashflutter2 жыл бұрын
can you please use this shorthand stfl for creating stateful widget.
@lovkeshsinghkhalsa2 жыл бұрын
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.
@backslashflutter2 жыл бұрын
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
@lovkeshsinghkhalsa2 жыл бұрын
@@backslashflutter thnx alot
@tanmoysaha46862 жыл бұрын
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.
@backslashflutter2 жыл бұрын
not yet right now, this is not that advance as of now
@enghatemansour3 жыл бұрын
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
@backslashflutter3 жыл бұрын
ok sir, will keep this in mind for next videos
@__mothership__84752 жыл бұрын
I want to look at this tutorial, but before that can somebody tell me if this will work in iOS app also ?
@backslashflutter2 жыл бұрын
yes it is working
@leandrovallejos40753 жыл бұрын
How do you send a notification?
@backslashflutter3 жыл бұрын
Through Firebase!! 🤔🥲
@workinglate35953 жыл бұрын
can you help me on my application project ))(how to contact with you )
@workinglate35953 жыл бұрын
@@backslashflutter how I will get your number
@backslashflutter3 жыл бұрын
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.k3 жыл бұрын
I want to send notification on press of a button from flutter app
@backslashflutter3 жыл бұрын
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 I want to send cloud notification from my admin app
@shar.k3 жыл бұрын
Like if I press send message button in UI it should deliver message
@backslashflutter3 жыл бұрын
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
@henergy6832 жыл бұрын
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.
@varshilshah982 жыл бұрын
I've the same problem
@henergy6832 жыл бұрын
@@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
@backslashflutter2 жыл бұрын
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-pf2dg3 жыл бұрын
Sir how to integrate this with iOS?
@backslashflutter2 жыл бұрын
Will create this soon for you guys!
@alimasarra-developmentteam57243 жыл бұрын
it works well on android, but on ios not receiving notification although permission granted
@backslashflutter3 жыл бұрын
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-developmentteam57243 жыл бұрын
@@backslashflutter i am trying to see whats wrong, no error shown! really thank you for the video and for your time.
@backslashflutter3 жыл бұрын
thank u sir 💗
@alimasarra-developmentteam57243 жыл бұрын
@@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!
@backslashflutter3 жыл бұрын
🤧
@Raj_Gada2 жыл бұрын
please increase the font size in your future tutorials
@backslashflutter2 жыл бұрын
ok sure, I will definitely get this done
@web99043 жыл бұрын
cool
@backslashflutter3 жыл бұрын
thanks
@abdulrahmanam56093 жыл бұрын
when user A is following user B how can display notification to user A when user B uploaded a post
@backslashflutter3 жыл бұрын
That is something more advanced when it comes to firebase cloud messaging, In future, will definitely get this integrated.
@pigeondeveloper47023 жыл бұрын
Terminated State notifications not working
@backslashflutter3 жыл бұрын
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
@pigeondeveloper47023 жыл бұрын
@@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
@backslashflutter3 жыл бұрын
noop, will run the same code again for you
@mylaramvenkatesh97963 жыл бұрын
code link
@backslashflutter3 жыл бұрын
you can become the member of channel bro💗
@fsdguy3 жыл бұрын
Keyboard sounds are too irritating. Please use a good keyboard.
@backslashflutter3 жыл бұрын
🥲 ok
@divyanshsingh.xii.g89863 жыл бұрын
Ok
@backslashflutter3 жыл бұрын
🧞♂️💞
@anshulkumar9913 жыл бұрын
@@backslashflutter Nice video I need your help so how can I contact you
@backslashflutter3 жыл бұрын
@@anshulkumar991 u can email me
@anshulkumar9913 жыл бұрын
@@backslashflutter email id plz
@backslashflutter3 жыл бұрын
@@anshulkumar991 check about us section of my channel