Login & Sign up | Email & password Auth | Flutter Firebase integration | Authentication

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2023
  • Email & password Authentication with firebase & flutter
    About this video -
    In this video we are going to see how to login , logout , sign up in flutter project with help of firebase authentication.
    Project level build.gradle add below line
    ---- classpath 'com.google.gms:google-services:4.3.15'
    For any queries😕 drop email at sarthak221199@gmail.com
    We will try our best to get back to you.
    Thank you 😎😎 for visiting my video.
    Hope you get something valuable and I am able to add something.
    What I need from your side is ❤️ and support 👍👍👍.
    "We grow by lifting others"
    #flutterwithfun
    Thank you buddy 😊😊😊.

ความคิดเห็น • 33

  • @Developerr_Shivani
    @Developerr_Shivani หลายเดือนก่อน +1

    Very well explained sir .I had not any information related to firebase but now this video is helpful for me.and I have learnt a lots 🙏🙏thanku sir

  • @zyax7976
    @zyax7976 14 วันที่ผ่านมา +1

    Great teaching loved it

  • @ajinkyafermion9696
    @ajinkyafermion9696 2 หลายเดือนก่อน +2

    Very well explained the gradle part which helped me out in second attempt.

  • @muhammadyusoffjamaluddin
    @muhammadyusoffjamaluddin 3 หลายเดือนก่อน +1

    Wow very understandable! What English slang to learn!

  • @kushalkothari1155
    @kushalkothari1155 4 หลายเดือนก่อน +1

    Thank You sir

  • @yashchoudhary-nn8gc
    @yashchoudhary-nn8gc 2 หลายเดือนก่อน +1

    thank you sir 😇

  • @dharmeshg
    @dharmeshg 5 หลายเดือนก่อน +1

    Very helpful content. Keep it up.

    • @flutterfly6630
      @flutterfly6630  5 หลายเดือนก่อน

      Thanks, will do! buddy 😊🙌

  • @satyamshah9164
    @satyamshah9164 4 หลายเดือนก่อน

    Great Explanation Sir. But can you please share the code with us. It is very difficult to compare from video and write. Thank you for video

  • @MariamHammouda-me8xo
    @MariamHammouda-me8xo 6 หลายเดือนก่อน +3

    thanks a lot for this explanation , Literally, I spent a whole week listening to lessons and trying Firebase with my project, but I think because of the updates I did not succeed, but because of your lesson, the project worked... but I have a question... I wrote the codes exactly as shown in the video, but I did not understand them completely.. I want to understand Everything about Firebase because I am a very beginner and most of the lessons on TH-cam are old, so what should I do to become proficient in Firebase as someone who has no background ????

    • @flutterfly6630
      @flutterfly6630  6 หลายเดือนก่อน +2

      I am Glad 🙌 that it helped for now you can have a look at firebase playlist that i have created & I will try to make a fresh playlist which will contain Updated things .
      Have a great learning journey ahead .
      This is old video but can clear all concepts from here - th-cam.com/video/6GlpUgigdtE/w-d-xo.htmlsi=pjvsJPuUjoFvJu4O.

    • @abdullahwaseem9134
      @abdullahwaseem9134 5 หลายเดือนก่อน

      Same reason!

  • @lira6526
    @lira6526 4 หลายเดือนก่อน

    Could you upload your codes? I think it would be easy to compare them and see what parts we have wrong in case we end up watching the video :(

  • @user-qh1uj1tq4u
    @user-qh1uj1tq4u 2 หลายเดือนก่อน

    bhai mere snapshot shi se work ni kar rha hai if wali condition hi run hoti h else wali ni jabki firebase me toh kuch entry hai hi ni aur api key not valid likha aata hai

  • @user-qf5ke6ns4d
    @user-qf5ke6ns4d 4 หลายเดือนก่อน

    its amazing how can i get source code?

  • @dhrubajyotirakshit
    @dhrubajyotirakshit หลายเดือนก่อน

    Hi,
    Suppose your user data is stored in firestore collection called users, then how will you pull those info like first name, last name, imageUrl etc on login

    • @flutterfly6630
      @flutterfly6630  หลายเดือนก่อน

      Just make a entry of user id , that we get when we first time log in ,
      then map this key to other user details.

  • @mandvishukla5132
    @mandvishukla5132 4 หลายเดือนก่อน

    really helpfu video. thanks a lot
    but i am getting an error like :
    PlatformException(java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly., Exception, Cause: null, Stacktrace: java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly.
    can you please help with this

    • @flutterfly6630
      @flutterfly6630  4 หลายเดือนก่อน

      If you have used firebase options in Main.dart file then it should be present in your project.
      Otherwise remove Firebase options line from Main.dart file

  • @PriyaSharma-jv8mx
    @PriyaSharma-jv8mx 4 หลายเดือนก่อน

    sir after writing the code of void main() async function my android studio isn't isn't recognizing Firebase functions and on running the application i am getting no errors but my application gets stuck on the flutter screen only, I have completed all the necessary steps to connect flutter to firebase

    • @flutterfly6630
      @flutterfly6630  4 หลายเดือนก่อน

      Just try to restart your Android Studio and remove firebase package and add them again
      May this can help

    • @PriyaSharma-jv8mx
      @PriyaSharma-jv8mx 4 หลายเดือนก่อน

      @@flutterfly6630 sir i did those steps now the firebase is recognized but my flutter application is stuck on the fireabse logo page

    • @PriyaSharma-jv8mx
      @PriyaSharma-jv8mx 4 หลายเดือนก่อน

      @@flutterfly6630 sir i did firebase is recognised now but my flutter application on phone is stuck on a blank screen with flutter logo

  • @ariba348
    @ariba348 4 หลายเดือนก่อน

    hi i cant find applicationid in my projects buildgradle file

    • @flutterfly6630
      @flutterfly6630  4 หลายเดือนก่อน

      It is present in app level
      1- Open android folder
      2- Open App
      then there you will get it

  • @hadijani6805
    @hadijani6805 หลายเดือนก่อน

    sir my code doesnt show output display only white screen

    • @flutterfly6630
      @flutterfly6630  หลายเดือนก่อน

      Check code is inside scaffold and check what you are returning from widget build buddy

  • @LAXMIPRIYAGUDIVAKA
    @LAXMIPRIYAGUDIVAKA 4 หลายเดือนก่อน

    I cant find dependencies in android level build. gradle file

    • @flutterfly6630
      @flutterfly6630  4 หลายเดือนก่อน

      Try to have a look at this image - www.google.com/search?q=dependencies+in+app+level+build.gradle+in+flutter+app+in++vs+code&sca_esv=5bdfde399b30e227&udm=2&biw=1396&bih=705&sxsrf=ACQVn09o8vFsq9xfV3q5nsuk2b2q7gyniA%3A1712290615635&ei=N3sPZqKuJu6Q4-EPyY-XyAY&ved=0ahUKEwjipZbPm6qFAxVuyDgGHcnHBWkQ4dUDCBA&uact=5&oq=dependencies+in+app+level+build.gradle+in+flutter+app+in++vs+code&gs_lp=Egxnd3Mtd2l6LXNlcnAiQWRlcGVuZGVuY2llcyBpbiBhcHAgbGV2ZWwgYnVpbGQuZ3JhZGxlIGluIGZsdXR0ZXIgYXBwIGluICB2cyBjb2RlSI4WUFhYiRVwAXgAkAEAmAH-AaAB6g6qAQUwLjkuMrgBA8gBAPgBAZgCAKACAJgDAIgGAZIHAKAH7wM&sclient=gws-wiz-serp#vhid=PvRpqjHScNoXVM&vssid=mosaic

    • @LAXMIPRIYAGUDIVAKA
      @LAXMIPRIYAGUDIVAKA 4 หลายเดือนก่อน

      There is no buildscript in gradle file.
      This is the file,
      allprojects {
      repositories {
      google()
      mavenCentral()
      }
      }
      rootProject.buildDir = '../build'
      subprojects {
      project.buildDir = "${rootProject.buildDir}/${project.name}"
      }
      subprojects {
      project.evaluationDependsOn(':app')
      }
      tasks.register("clean", Delete) {
      delete rootProject.buildDir
      }

  • @cryptoairdroppp
    @cryptoairdroppp 2 หลายเดือนก่อน

    bro which languaga is wtf