Flutter - Authentication with MongoDB, Nodejs and Express

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии •

  • @garfnadeck
    @garfnadeck 2 года назад

    Greetings from Brazil. I was looking for this material. Thank you very much :D

  • @sushilkhadka8069
    @sushilkhadka8069 3 года назад +10

    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 😲

  • @shubhamgoel6241
    @shubhamgoel6241 4 года назад +2

    Really a good video. Was searching for this type of content for quite some time. Thanks Raja for this!!! Hope to see more videos !!!

  • @sherriboley6510
    @sherriboley6510 9 месяцев назад

    Loved this!!! Please make more videos with real world examples, this was great!!!

  • @abdullahmoiz8151
    @abdullahmoiz8151 4 года назад +6

    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

  • @ipkickss
    @ipkickss 3 года назад +2

    Great video, helped me a lot, greetings from Mexico.

  • @hritiksingh8268
    @hritiksingh8268 4 года назад +19

    Good tutorial... looking forward to see some more implementations of flutter and node together

    • @rajayogan8884
      @rajayogan8884  4 года назад +6

      Well, I have made a couple of videos showing twitter authentication, google auth using flutter and nodejs.. I'll upload them after editing. Thanks.

    • @chiragmathur8695
      @chiragmathur8695 3 года назад

      @@rajayogan8884 When will they get uploaded, I'm eagerly waiting for them 😅. Thanks in advance 😁

  • @Kerol-channel
    @Kerol-channel 3 года назад +1

    love your video, easy to understand and implement. Need more videos about flutter with mongodb and nodejs as backend. Anyway good work bro

  • @decklanorie
    @decklanorie 4 года назад +2

    The most interesting thing i have learnt so far...... THANK YOU!!!!

  • @anitasharmaist
    @anitasharmaist 4 года назад

    Please make more videos like this !! Real applications require all this , thanks for making it.

  • @deepakmittal5246
    @deepakmittal5246 3 года назад +2

    Bro awesome tutorial really helped me a lot, would love to watch some more stuff related to this one thanks...

  • @pol12ris
    @pol12ris 4 года назад +1

    Really helpful video... great work Raja.

  • @yogishshenoy4706
    @yogishshenoy4706 4 года назад +9

    Can u please create video on CRUD operation from scratch ?

  • @proandy4448
    @proandy4448 4 года назад +7

    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)

    • @rajayogan8884
      @rajayogan8884  4 года назад

      Thank you. Well, flutter web is almost ready.. (There are still some things lacking, but I guess you could write apps with it)

    • @sivaramakrishna1049
      @sivaramakrishna1049 2 года назад

      @@rajayogan8884 can you please make todo app using the same stack please

    • @rajayogan8884
      @rajayogan8884  2 года назад

      @@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)

  • @Ben-hw1lr
    @Ben-hw1lr 3 года назад +2

    why you don't give the code with the frontend ?

  • @benedictephantus1006
    @benedictephantus1006 4 года назад +3

    How would you compare this backend approach vs aws amplify?
    Great tutorial

  • @sarahahmed2112
    @sarahahmed2112 3 года назад +1

    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 :)

  • @alwaysgrowww
    @alwaysgrowww 4 года назад +5

    Make more videos like this bro! Comp app rather than design!

  • @twobits7310
    @twobits7310 3 года назад +1

    Is it necessary to use nodejs ? I mean you can use dart too? Isn't dart good?

  • @raghav4296
    @raghav4296 4 года назад +1

    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.

    • @rajayogan8884
      @rajayogan8884  4 года назад +1

      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..

  • @mrgatekeeper2508
    @mrgatekeeper2508 4 года назад +1

    You saved me with this video

    • @rajayogan8884
      @rajayogan8884  4 года назад +1

      Thanks for watching. Two more videos on twitter auth and google auth using flutter nodejs and mongo will be uploaded later on.

  • @sodogewow9049
    @sodogewow9049 3 года назад +1

    Thank you! God bless you sir

  • @sanjivgurung8125
    @sanjivgurung8125 4 года назад +2

    I want more about mongoDb and flutter.
    Will you help me?

  • @sadhanchilka6966
    @sadhanchilka6966 3 года назад +1

    can it be used for both ios and android or i have to write different backend for the ios side

  • @officialmoazali
    @officialmoazali 4 года назад +2

    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

  • @arvind6007
    @arvind6007 4 года назад +2

    Bro neenga vera lvl

  • @jQuester
    @jQuester 2 года назад

    Why is not working on heroku, showing as at=error code=H10

  • @jhuderpalomino3503
    @jhuderpalomino3503 3 года назад

    Nice ! It is a good tutorial. Thanks :)

  • @albievids
    @albievids 4 года назад +1

    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?

  • @adityam596
    @adityam596 3 года назад +2

    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

  • @jatinraj4974
    @jatinraj4974 4 года назад +2

    Great video. Please make video with node js and flutter

    • @rajayogan8884
      @rajayogan8884  4 года назад +2

      Yes.. two videos on twitter auth and google auth will be uploaded soon. Thanks.

  • @brightefuet6108
    @brightefuet6108 2 года назад

    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.

  • @oitanny1213
    @oitanny1213 2 года назад

    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?

  • @MuratAltntasJM
    @MuratAltntasJM 4 года назад +1

    Thnx Raja. Maha Raja :)

  • @saichandankadarla
    @saichandankadarla 4 года назад +2

    If possible, can you make a video on google and Twitter authentication, using flutter, nodejs, and MongoDB?

  • @bhushangy
    @bhushangy 4 года назад +8

    Could you please make a video on implementing CRUD operations with mongodb and flutter..
    It would be really helpful.
    Thanks.

    • @rajayogan8884
      @rajayogan8884  4 года назад +8

      Okay, I'll make one

    • @bhushangy
      @bhushangy 4 года назад

      Thanks a lot!!!

    • @josephkyalo1764
      @josephkyalo1764 4 года назад

      @@rajayogan8884 Cant Wait! You the best

    • @rajayogan8884
      @rajayogan8884  4 года назад +2

      @@josephkyalo1764 CRUD will be a little tricky to understand bro.. (Especially while storing files and images)

    • @ikedacripps
      @ikedacripps 4 года назад

      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

  • @thecomputermind1
    @thecomputermind1 2 года назад

    Sir why didn't you use refresh token what if the authentication token is been hijacked then what

  • @nihar1819
    @nihar1819 2 года назад

    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)

  • @23kamdev
    @23kamdev 3 года назад

    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.

    • @rajayogan8884
      @rajayogan8884  3 года назад +1

      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.

    • @23kamdev
      @23kamdev 3 года назад

      @@rajayogan8884 sir thanks for immediate reply..

  • @mgmyo7066
    @mgmyo7066 4 года назад +1

    Hello sir
    Please make a video of http cache example with dio_http_cache or flutter_cache_manager

    • @rajayogan8884
      @rajayogan8884  4 года назад

      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.

  • @krishnamohanty5128
    @krishnamohanty5128 4 года назад

    Hii, nice tutorial... Please make video/tutorial on responsive ui. How to make different screen size app.please please... ❤️

  • @ashwinsapkale8622
    @ashwinsapkale8622 10 месяцев назад

    but sir can anyone hit this endpoint which is hosted on heroku
    how can i restrict the request should send from my app only

  • @waltonmars4244
    @waltonmars4244 4 года назад +1

    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....🥺

  • @yogishshenoy4706
    @yogishshenoy4706 4 года назад +1

    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..

    • @rajayogan8884
      @rajayogan8884  4 года назад +2

      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 ?

    • @yogishshenoy4706
      @yogishshenoy4706 4 года назад

      @@rajayogan8884 no not yet i am just learning

  • @Amarnathandugul
    @Amarnathandugul 4 года назад +3

    Can you please make a video on streaming a mongo collection and displaying it in flutter

    • @rajayogan8884
      @rajayogan8884  4 года назад +1

      Yeah.. it can be done with sockets

    • @Amarnathandugul
      @Amarnathandugul 4 года назад

      what is the alternative for cloud storage we are going to use in our series?

    • @rajayogan8884
      @rajayogan8884  4 года назад +2

      @@Amarnathandugul You can store files directly with GridFS on MongoDB

  • @pradeepmurugan5646
    @pradeepmurugan5646 2 года назад

    FOR ERROR : sh: line 1: cross-env: command not found
    sudo npm install --global cross-env

  • @ensleydarku4407
    @ensleydarku4407 3 года назад +1

    why is the getter 'data' called on null

    • @sebastianracki5480
      @sebastianracki5480 3 года назад +1

      I figured it out, in services/authservice.dart you have to return the response and then it works !!

    • @anlethanhduy8038
      @anlethanhduy8038 5 месяцев назад

      @@sebastianracki5480i though he already returned it

  • @ChRitvik24
    @ChRitvik24 4 года назад +2

    Man this is amazing..I just wish you created something using firebase instead.

    • @rajayogan8884
      @rajayogan8884  4 года назад

      Firebase is good for small apps. As the usage increases, the bill would increase exponentially

  • @gamesplayer9092
    @gamesplayer9092 2 года назад

    Good job , Thanks a lot

  • @anilshrestha9989
    @anilshrestha9989 4 года назад +1

    When will you upload the vdo for storing pictures as well for this project ? :D waiting

    • @rajayogan8884
      @rajayogan8884  4 года назад +4

      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.

    • @anilshrestha9989
      @anilshrestha9989 4 года назад +1

      @@rajayogan8884 sure sir waiting :D

  • @imquasiparticle
    @imquasiparticle 3 года назад

    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?

    • @rajayogan8884
      @rajayogan8884  3 года назад +1

      You need to have a NAS storage system, uninterrrupted power supply and 24hr high-speed internet access

  • @xboxps4916
    @xboxps4916 4 года назад

    My first blank flutter application for android is about 15 mb how can I reduce application size please help me.

  • @nitzellykaparuan6676
    @nitzellykaparuan6676 3 года назад

    Hi! Can you have a tutorial on how to connect google and Facebook accounts in mongodb?

    • @rajayogan8884
      @rajayogan8884  3 года назад

      I made one on that. It's very long.. (Even after editing), that's why I didn't upload.

  • @saranawells7722
    @saranawells7722 4 года назад

    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...

  • @JETLAI123
    @JETLAI123 4 года назад

    You're the best

  • @umairshahbaz458
    @umairshahbaz458 4 года назад

    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

  • @abhishekghushe4180
    @abhishekghushe4180 3 года назад

    Toster not Showing Dio error massage

  • @ahmedafridee3997
    @ahmedafridee3997 4 года назад

    In my one it's showing.....You can't connect yet. Set up your firewall access in the first step.

  • @knowledgeisking2737
    @knowledgeisking2737 3 года назад

    how to move to next page
    after authticated

  • @Manan_K
    @Manan_K 4 года назад

    Can you please make a CRUD app with the same mongoDB backend

    • @rajayogan8884
      @rajayogan8884  4 года назад +1

      Yes, I will make one. Thanks for watching.

  • @ayoubnl8700
    @ayoubnl8700 2 года назад

    plz the flutter code sir

  • @p2bh506
    @p2bh506 4 года назад

    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.

  • @intiserahmed8369
    @intiserahmed8369 4 года назад +1

    Make aa video on CRUD

  • @tyson3381
    @tyson3381 3 года назад

    please continue this...

  • @salilveersaxena936
    @salilveersaxena936 4 года назад

    Sir can you please make one video with retrieving real time data from mongodb to flutter app

    • @rajayogan8884
      @rajayogan8884  4 года назад +1

      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.

    • @salilveersaxena936
      @salilveersaxena936 4 года назад

      @@rajayogan8884 okay sir , thanks for helping

    • @salilveersaxena936
      @salilveersaxena936 4 года назад

      @@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

  • @rajatkumar-hl6po
    @rajatkumar-hl6po 4 года назад

    Can anybody help me
    I want to know that how the sign up page work after it get installed in your real phone

  • @pravinsukumaran6080
    @pravinsukumaran6080 3 года назад

    good tutorial .......add more ads ill gladly watch :D

    • @rajayogan8884
      @rajayogan8884  3 года назад

      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).

  • @naraendira.s4982
    @naraendira.s4982 4 года назад

    Can plz make tutorial in Tamil for students

  • @kevintailor51
    @kevintailor51 4 года назад

    Please bring a series on Dart tutorials

    • @rajayogan8884
      @rajayogan8884  4 года назад +1

      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..

    • @kevintailor51
      @kevintailor51 4 года назад

      @@rajayogan8884 Thanks for your reply, We would love to watch a series on Dart🥰

  • @p2bh506
    @p2bh506 4 года назад

    Bro, Create CRUD operation videos using Mongodb and Flutter.
    Thankyou!.

    • @rajayogan8884
      @rajayogan8884  4 года назад +1

      Sure bro., (surprisingly, I have been receiving a very large number of requests recently to make videos on writing apps with flutter without firebase)

    • @p2bh506
      @p2bh506 4 года назад

      @@rajayogan8884 That's Great. Good Luck !.

    • @chess4964
      @chess4964 3 года назад

      @@rajayogan8884 yes instead of MERN stack we can try transitioning to Flutter, express,mongodb,nodejs

  • @SaifyKhan
    @SaifyKhan 3 года назад

    ❤️

  • @msharibahmed
    @msharibahmed 4 года назад +1

    Can you please make remix on your intro? I laugh everytime :D

  • @maherbanhusentech
    @maherbanhusentech 4 года назад

    Pdf file upload and retrieve in firebase vide send please

  • @Nitesh_Bhagat
    @Nitesh_Bhagat 4 года назад +2

    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.

  • @kartiktyagi3722
    @kartiktyagi3722 4 года назад +1

    Your accent is so weird. 'Saaalt'

  • @thesyedjafor
    @thesyedjafor 4 года назад

    Please stop making weird noise 🙄