Great sir! Looking forward for more videos of Flutter with NodeJs. Everywhere I find Flutter+Firebase. If you keep on making flutter videos qith nodeJs we'll surely support you... There is not much content of flutter with NodeJs. So you'll surely gain more subscribers. You teaching style is just wow 😲
Terrific video I have been really looking for videos in which we connect to our own backend from flutter instead of using Firebase. Please make a few more videos on such topics that involve Streams and other stuff
Welcome back Raja. Thanks for the tutorials, I learnt a lot as usual. Is flutter web ready, I'm considering using it for an Ecommerce project instead of VUE.JS . Which frontend framework do you use? Meanwhile, I'm your number 1 (no wonder i'm the first to watch & comment on this video)
@@sivaramakrishna1049 I use the same stack for all apps that I write bro. (Firebase is just to spin up an app quickly for demo or showcase, beyond that, I don't use it that much)
Thank you for the video, it is very helpful! I like the look of your code! May I know what font family and syntax highlighting extension you're using, if any? Or if you're using a particular theme :)
Managing your own databases comes with its own cost - HA, patching, paying for idle time, security, etc. Firebase is a suite of products that helps you build something incredibly fast. When your app/org grows big there is always room to build things from ground up as a team. Thanks.
hello my friend, I was starting a flutter app using Firebase as back-end, but I knew that Firebase is very complicated in term of executing queries, my question is if I can use Firebase for authentications and storing and integrate it with Mongodb for doing query stuffs ? thank you
If I pass the token as argument to the jwt decode method, I get the information from the token as a result. What is the difference between your method of decoding web token and the the jwt.decode method?
Sir can u make an extension video of this, in which we allow users to change the name or password, and also how do we convert the json data we receive into a dart variable
Hello, great content. really saved my day. one question please , i managed to follow the video and got a backend for my app, but i am trying to add logic that checks if email already exist in db so it does not collect multiple same emails. i keep having issues. what is the best approach to achieve this please? started node js just with this tutorial.
Sir you didn't specify here that to which database you were connecting, you just connected to the cluster right? So how did it knew where to/ or to which database table it should connect?
You can create crud APIs in Node.js then you use flutter http to make the cruds, you can use SQLite on the flutter end for data persistence, I think that’s how I would go about it
hi Raja Yogan.. after a lot of youtubing i found this (your channel) video .. which is very helpful . Thanks for sharing the details. I am very new to mobile development . it is very helpful to me. Also i am interested in the system design level video. Could you share the link if you have any flutter and nodejs with sytem level design. My question after authentication , how to go to different screen as per the user privilege (may be a very silly question but i am really new so bear with my question)
Sir can you pleaaaseee make some videos to implement Google Play's In app billing library for Subscriptions in flutter App, Btw your videos are Amazing and one of the best for flutter development keep going, waiting for a reply....🥺
Bro i dont know anything about node js i knw abut flutter as front end and firebase as backed... If i didn't understood this node js codes.. so can u please guide me whether i learn node js before to understand this video and mongoDb database. And along with node js which and all other languages i should be familiar with ?can u plz guide me in this..
You can actually write the entire server with dart and host it on aws (elastic beanstalk). I can show you how to write the same server with dart. btw., have you written large scale apps previously ?
Soon sir.. I am surprised that a lot of people have been sending me requests for making videos on flutter + nodejs backend.. I already have made videos on facebook auth and twitter auth using mongodb, passport and node.. Since I am busy with a project, I can't find time to edit and upload videos here.. I'll upload more videos on this space in the next few days. Thank you for supporting me.
I am really new to coding .. is there anyway we can host our node server by own without using heroku .. I mean my own hardware which manages requests and sends response to my frontend .. also same way any database which can be hosted on my own hardware?
Very Good tutorial ..... I have followed up every step that you have shown but I am facing some issue with the authentication part after hosting in Heroku, it's like the Application is crashing a lot when ever I am doing authentication using the flutter app...
Bro, One more request. Can you create Second part of this video. Like in that video can you explain :- 1) How to change the password, after user logged in 2) What if user forgot password, some auth process to recover the password.
MongoDB has something called Realm.. Once they add flutter support, you can use realm to use mongoDB just like firebase. I'm currently waiting for that since it's much easier.. If not you have to use sockets (and write a lot of code as well) to do realtime stuff.
@@rajayogan8884 sir I am designing app which will display realtime data of name of students from database ,so which language I should use ,I have made my app in flutter
Thanks for watching. (I have 3 more videos on twitter, facebook and storing files on mongo from flutter apps. Haven't got time to edit them. Will try to upload them soon).
Greetings from Brazil. I was looking for this material. Thank you very much :D
Great sir!
Looking forward for more videos of Flutter with NodeJs.
Everywhere I find Flutter+Firebase.
If you keep on making flutter videos qith nodeJs we'll surely support you...
There is not much content of flutter with NodeJs. So you'll surely gain more subscribers. You teaching style is just wow 😲
Really a good video. Was searching for this type of content for quite some time. Thanks Raja for this!!! Hope to see more videos !!!
Loved this!!! Please make more videos with real world examples, this was great!!!
Terrific video
I have been really looking for videos in which we connect to our own backend from flutter instead of using Firebase.
Please make a few more videos on such topics that involve Streams and other stuff
Great video, helped me a lot, greetings from Mexico.
Good tutorial... looking forward to see some more implementations of flutter and node together
Well, I have made a couple of videos showing twitter authentication, google auth using flutter and nodejs.. I'll upload them after editing. Thanks.
@@rajayogan8884 When will they get uploaded, I'm eagerly waiting for them 😅. Thanks in advance 😁
love your video, easy to understand and implement. Need more videos about flutter with mongodb and nodejs as backend. Anyway good work bro
The most interesting thing i have learnt so far...... THANK YOU!!!!
Please make more videos like this !! Real applications require all this , thanks for making it.
Sure. Thank you so much for watching and supporting me.. :)
big fan rishabh sir
@@kartiktyagi3722 🤙🏼
Bro awesome tutorial really helped me a lot, would love to watch some more stuff related to this one thanks...
Really helpful video... great work Raja.
Can u please create video on CRUD operation from scratch ?
Welcome back Raja. Thanks for the tutorials, I learnt a lot as usual. Is flutter web ready, I'm considering using it for an Ecommerce project instead of VUE.JS . Which frontend framework do you use?
Meanwhile, I'm your number 1 (no wonder i'm the first to watch & comment on this video)
Thank you. Well, flutter web is almost ready.. (There are still some things lacking, but I guess you could write apps with it)
@@rajayogan8884 can you please make todo app using the same stack please
@@sivaramakrishna1049 I use the same stack for all apps that I write bro. (Firebase is just to spin up an app quickly for demo or showcase, beyond that, I don't use it that much)
why you don't give the code with the frontend ?
How would you compare this backend approach vs aws amplify?
Great tutorial
Thank you for the video, it is very helpful!
I like the look of your code! May I know what font family and syntax highlighting extension you're using, if any?
Or if you're using a particular theme :)
Make more videos like this bro! Comp app rather than design!
Is it necessary to use nodejs ? I mean you can use dart too? Isn't dart good?
Managing your own databases comes with its own cost - HA, patching, paying for idle time, security, etc. Firebase is a suite of products that helps you build something incredibly fast. When your app/org grows big there is always room to build things from ground up as a team. Thanks.
Yeah exactly.. I find it difficult to get this point to people.. Most of them start with firebase and then stick to it rather than going beyond..
You saved me with this video
Thanks for watching. Two more videos on twitter auth and google auth using flutter nodejs and mongo will be uploaded later on.
Thank you! God bless you sir
I want more about mongoDb and flutter.
Will you help me?
can it be used for both ios and android or i have to write different backend for the ios side
hello my friend, I was starting a flutter app using Firebase as back-end, but I knew that Firebase is very complicated in term of executing queries, my question is if I can use Firebase for authentications and storing and integrate it with Mongodb for doing query stuffs ? thank you
Bro neenga vera lvl
Why is not working on heroku, showing as at=error code=H10
Nice ! It is a good tutorial. Thanks :)
If I pass the token as argument to the jwt decode method, I get the information from the token as a result.
What is the difference between your method of decoding web token and the the jwt.decode method?
Sir can u make an extension video of this, in which we allow users to change the name or password, and also how do we convert the json data we receive into a dart variable
Great video. Please make video with node js and flutter
Yes.. two videos on twitter auth and google auth will be uploaded soon. Thanks.
Hello, great content. really saved my day. one question please , i managed to follow the video and got a backend for my app, but i am trying to add logic that checks if email already exist in db so it does not collect multiple same emails. i keep having issues. what is the best approach to achieve this please? started node js just with this tutorial.
Sir you didn't specify here that to which database you were connecting, you just connected to the cluster right? So how did it knew where to/ or to which database table it should connect?
Thnx Raja. Maha Raja :)
If possible, can you make a video on google and Twitter authentication, using flutter, nodejs, and MongoDB?
Could you please make a video on implementing CRUD operations with mongodb and flutter..
It would be really helpful.
Thanks.
Okay, I'll make one
Thanks a lot!!!
@@rajayogan8884 Cant Wait! You the best
@@josephkyalo1764 CRUD will be a little tricky to understand bro.. (Especially while storing files and images)
You can create crud APIs in Node.js then you use flutter http to make the cruds, you can use SQLite on the flutter end for data persistence, I think that’s how I would go about it
Sir why didn't you use refresh token what if the authentication token is been hijacked then what
hi Raja Yogan.. after a lot of youtubing i found this (your channel) video .. which is very helpful . Thanks for sharing the details. I am very new to mobile development . it is very helpful to me. Also i am interested in the system design level video. Could you share the link if you have any flutter and nodejs with sytem level design. My question after authentication , how to go to different screen as per the user privilege (may be a very silly question but i am really new so bear with my question)
sir it is great video you made thank you..i want to ask something.. u were using cors in server.js where is it use in program.
cors stands for cross origin resource sharing. If it isn't enabled you would get an error, when trying to access the api from different devices.
@@rajayogan8884 sir thanks for immediate reply..
Hello sir
Please make a video of http cache example with dio_http_cache or flutter_cache_manager
I have used dio. It's useful only when you make frequent calls to the same Api sir. Else, it's not much needed. Thanks.
Hii, nice tutorial... Please make video/tutorial on responsive ui. How to make different screen size app.please please... ❤️
but sir can anyone hit this endpoint which is hosted on heroku
how can i restrict the request should send from my app only
Sir can you pleaaaseee make some videos to implement Google Play's In app billing library for Subscriptions in flutter App, Btw your videos are Amazing and one of the best for flutter development keep going, waiting for a reply....🥺
Okay sure. Thanks for watching.
Bro i dont know anything about node js i knw abut flutter as front end and firebase as backed...
If i didn't understood this node js codes.. so can u please guide me whether i learn node js before to understand this video and mongoDb database.
And along with node js which and all other languages i should be familiar with ?can u plz guide me in this..
You can actually write the entire server with dart and host it on aws (elastic beanstalk). I can show you how to write the same server with dart. btw., have you written large scale apps previously ?
@@rajayogan8884 no not yet i am just learning
Can you please make a video on streaming a mongo collection and displaying it in flutter
Yeah.. it can be done with sockets
what is the alternative for cloud storage we are going to use in our series?
@@Amarnathandugul You can store files directly with GridFS on MongoDB
FOR ERROR : sh: line 1: cross-env: command not found
sudo npm install --global cross-env
why is the getter 'data' called on null
I figured it out, in services/authservice.dart you have to return the response and then it works !!
@@sebastianracki5480i though he already returned it
Man this is amazing..I just wish you created something using firebase instead.
Firebase is good for small apps. As the usage increases, the bill would increase exponentially
Good job , Thanks a lot
When will you upload the vdo for storing pictures as well for this project ? :D waiting
Soon sir.. I am surprised that a lot of people have been sending me requests for making videos on flutter + nodejs backend.. I already have made videos on facebook auth and twitter auth using mongodb, passport and node.. Since I am busy with a project, I can't find time to edit and upload videos here.. I'll upload more videos on this space in the next few days. Thank you for supporting me.
@@rajayogan8884 sure sir waiting :D
I am really new to coding .. is there anyway we can host our node server by own without using heroku .. I mean my own hardware which manages requests and sends response to my frontend .. also same way any database which can be hosted on my own hardware?
You need to have a NAS storage system, uninterrrupted power supply and 24hr high-speed internet access
My first blank flutter application for android is about 15 mb how can I reduce application size please help me.
Hi! Can you have a tutorial on how to connect google and Facebook accounts in mongodb?
I made one on that. It's very long.. (Even after editing), that's why I didn't upload.
Very Good tutorial ..... I have followed up every step that you have shown but I am facing some issue with the authentication part after hosting in Heroku, it's like the Application is crashing a lot when ever I am doing authentication using the flutter app...
You're the best
how show nearest (Geo location)School from database mysql in google map and when click school name then route open google map
please make this
Toster not Showing Dio error massage
In my one it's showing.....You can't connect yet. Set up your firewall access in the first step.
how to move to next page
after authticated
Can you please make a CRUD app with the same mongoDB backend
Yes, I will make one. Thanks for watching.
plz the flutter code sir
Bro, One more request. Can you create Second part of this video. Like in that video can you explain :-
1) How to change the password, after user logged in
2) What if user forgot password, some auth process to recover the password.
Yeah. okay
@@rajayogan8884 Thanks !
Make aa video on CRUD
Okay
please continue this...
Sir can you please make one video with retrieving real time data from mongodb to flutter app
MongoDB has something called Realm.. Once they add flutter support, you can use realm to use mongoDB just like firebase. I'm currently waiting for that since it's much easier.. If not you have to use sockets (and write a lot of code as well) to do realtime stuff.
@@rajayogan8884 okay sir , thanks for helping
@@rajayogan8884 sir I am designing app which will display realtime data of name of students from database ,so which language I should use ,I have made my app in flutter
Can anybody help me
I want to know that how the sign up page work after it get installed in your real phone
good tutorial .......add more ads ill gladly watch :D
Thanks for watching. (I have 3 more videos on twitter, facebook and storing files on mongo from flutter apps. Haven't got time to edit them. Will try to upload them soon).
Can plz make tutorial in Tamil for students
Please bring a series on Dart tutorials
Dart is somewhat similar to C#.. If you had worked with the original OOP languages like Java, C# then it's much easier to understand..
@@rajayogan8884 Thanks for your reply, We would love to watch a series on Dart🥰
Bro, Create CRUD operation videos using Mongodb and Flutter.
Thankyou!.
Sure bro., (surprisingly, I have been receiving a very large number of requests recently to make videos on writing apps with flutter without firebase)
@@rajayogan8884 That's Great. Good Luck !.
@@rajayogan8884 yes instead of MERN stack we can try transitioning to Flutter, express,mongodb,nodejs
❤️
Can you please make remix on your intro? I laugh everytime :D
Pdf file upload and retrieve in firebase vide send please
hey bro, You really need to explain things. Bcoz whenever I see your videos you just show how to do it, rather than what is going on.
Your accent is so weird. 'Saaalt'
Please stop making weird noise 🙄