Flutter - Firebase Mobile phone Authentication| Firebase otp | Tutorial

Ғылым және технология

In this Flutter - Mobile login Authentication with firebase tutorial, I will show you how to create an app on Firebase and connect it with your Flutter application and you will learn how to integrate the most popular Mobile phone OTP Authentication for your Flutter app. After watching this tutorial you would be able to authenticate the users via mobile number verification.
Source Code:
github.com/proglabs/flutter_f...
Related Topics:
Flutter tutorials for Developers
Authentication with firebase
Mobile phone Authentication with firebase
OTP Authentication with firebase in tutorial
Flutter Tutorials
Flutter development
Get us on Social media:
Facebook: / proglabs.org
Twitter: / labsprog
LinkedIn: / proglabsofficial
Visit Our Website:
proglabs.org/
Or
proglabs.co/
Firebase:
firebase.google.com/
Pub Dev:
pub.dev/
FlutterFire:
firebase.flutter.dev/

Пікірлер: 55

  • @thijbfip223
    @thijbfip223 Жыл бұрын

    thanks bro, finally someone who explain in a simple way how this works, wish you the best

  • @amitsharmaav9924
    @amitsharmaav9924 Жыл бұрын

    watched lots of videos on firebase auth. but this one is awesome.

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    Hello Amit, Thanks for your appreciation means alot

  • @abdulhadiahmed7624
    @abdulhadiahmed76242 жыл бұрын

    A simple and more than wonderful explanation. I wish you all the success because of this beautiful work 💐💐💐

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Thanks for your appreciation

  • @polroti
    @polroti Жыл бұрын

    helped a lot. Thanks :)

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    Hello Polroti Thanks for your appreciation :) means alot

  • @AbdulMoiz-zj7id
    @AbdulMoiz-zj7id Жыл бұрын

    such a helpfull video .

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    Hello Abdul Moiz, Thanks for your appreciation. :)

  • @si11_ibrahim
    @si11_ibrahim Жыл бұрын

    Thank you so much sir ☺️❤️

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    Most welcome 😊

  • @MIKKUCN
    @MIKKUCN2 жыл бұрын

    Thanks you a lot brother🙂🙂🙂🙂😊😊😊😊😊

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Welcome bro :)

  • @sreyamr7201
    @sreyamr720111 ай бұрын

    how to autofill this otpcode in textfield?

  • @atulkumar3187
    @atulkumar31872 жыл бұрын

    can we skip the captcha part? it is very inconvenient from user perspective....

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    No sir you can't.

  • @___vijay___
    @___vijay___ Жыл бұрын

    if we are doing the auth.signInWithCredential(credential) part in verifyCode method then what is point of doing it in verificationCompleted method? Please answer

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    Hello Vijay verificationCompleted method calls when sometimes firebase automatically detects the message and do the verification automatically.

  • @sangameshkyatappanavar
    @sangameshkyatappanavar2 жыл бұрын

    Awesome video bro i really loved it and such a great understanding which i didn't get in any other videos Thankyou bro loved it❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️💕💕💕💕💕💕💕💕💕💕💕💕💕💕

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Thankyou for your appreciation :)

  • @hashik9546
    @hashik9546 Жыл бұрын

    Thank you for the video . Great work

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    Hello Hashik You are most welcome bro

  • @manishmg3994
    @manishmg39942 жыл бұрын

    Please help me out,in my firebase phone auth project it shows an error while registing new user it says 'missing-client-identifier'

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Hi Manish, You can clone my repository. I mentioned the link in the description of the video.

  • @MrBandypappa
    @MrBandypappa2 жыл бұрын

    Awsome video! If I have a registered user, do the user need to type the current OTP every time when he/she wants to login in the app, or the app "remembers" it (so the user type the OTP just once) ? Thanks!

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Hello bro once you are logged in then app will remember the session If you are working with FirebaseAuth and maintaining the session via FirebaseUser.

  • @MrBandypappa

    @MrBandypappa

    2 жыл бұрын

    @@ProglabsOfficial Hello. Thank you for the answer. So, if I understand it correctly, if the session is over (for example the user closed the app, or don't use it for a week), than the user should log in again with a new OTP?

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    No the app will maintain the session until you clear the data of the app. Or uninstall it. Then you have to login again

  • @MrBandypappa

    @MrBandypappa

    2 жыл бұрын

    @@ProglabsOfficial wow, it is good! Thaky you man!!! You are awsome!

  • @nulops
    @nulops2 жыл бұрын

    How can we automatically authenticate the user who authenticates via a phone. AUTH I would like to close and reopen the application without it asking me for OTP authentication again

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Hello sir It means you are not checking it in the start that if firebaseUser != null.

  • @whatsnews3717
    @whatsnews37172 жыл бұрын

    merciiiiii beaucoupp

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    vous êtes les bienvenus

  • @helpyourself1844
    @helpyourself18442 жыл бұрын

    How can we connect complete flutter app, not onlu android, because there is option

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    You can do this via FlutterFire CLI. I will surely make a video about this as well.

  • @MaiMai-xz4pj
    @MaiMai-xz4pj2 жыл бұрын

    hi bro how can custom sms detail

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Hello bro Well we cant customize it.

  • @MaiMai-xz4pj

    @MaiMai-xz4pj

    2 жыл бұрын

    @@ProglabsOfficial ok thanks bro

  • @atulkumar3187

    @atulkumar3187

    2 жыл бұрын

    well you can't customize the code, but you can customize the sms format in firebase authentication section

  • @MaiMai-xz4pj
    @MaiMai-xz4pj2 жыл бұрын

    how to change detail of sms detail in verification sms

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Hello bro We cant customize the sms.

  • @MaiMai-xz4pj

    @MaiMai-xz4pj

    2 жыл бұрын

    @@ProglabsOfficial how to route to home screen after logged in, can you add code here for me

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    @@MaiMai-xz4pj You meant to say that if the user already logged in then it should automatically takes the user to HomeScreen after SplashScreen?

  • @ThisIsSKULL
    @ThisIsSKULL2 жыл бұрын

    Code source

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Hello مقالب الكاميرا Once the authentication videos are completed then I will share a bitbucket repo with you guys :)

  • @zainansari1057
    @zainansari10572 жыл бұрын

    That auto verification doesn't work

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Hello sir Can you explain your point more?

  • @zainansari1057

    @zainansari1057

    2 жыл бұрын

    @@ProglabsOfficial it doesn't fetch sms OTP automatically

  • @ProglabsOfficial

    @ProglabsOfficial

    2 жыл бұрын

    Well for that you need to do some more code as well

  • @zainansari1057

    @zainansari1057

    2 жыл бұрын

    @@ProglabsOfficial can you help me

  • @awaisshah7925
    @awaisshah7925 Жыл бұрын

    Sir plz help me. I have this error E/zzf ( 5783): Failed to get reCAPTCHA token with error [There was an error while trying to get your package certificate hash.]- calling backend without app verification W/FirebaseAuth( 5783): [FirebaseAuthFallback:] App hash will not be appended to the request. W/FirebaseAuth( 5783): [SmsRetrieverHelper] SMS auto-retrieval unavailable; SmsRetriever will not start. W/System ( 5783): Ignoring header X-Firebase-Locale because its value was null. E/FirebaseAuth( 5783): [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17093 null Reloaded 2 of 949 libraries in 3,100ms (compile: 242 ms, reload: 856 ms, reassemble: 804 ms).

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    you need to add you SHA-key in the Firebase

  • @awaisshah7925

    @awaisshah7925

    Жыл бұрын

    @@ProglabsOfficial I already added both Sha1 and sha 256

  • @matheusfigueredo7543
    @matheusfigueredo75432 жыл бұрын

    I did the same as u but i'm not getting sms and returns [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17499 CAPTCHA_CHECK_FAILED:Recaptcha verification failed - EXPIRED You know how to fix it?

  • @ProglabsOfficial

    @ProglabsOfficial

    Жыл бұрын

    Hello Matheus, You can contact me on this mail support@proglabs.co

Келесі