Flutter - Firebase authentication using OTP | Flutter web tutorials | FirebaseAuth

preview_player
Показать описание
Authenticate your flutter web app using FirebaseAuth - Mobile number and OTP

------------------------------------------------
Visit my channel for more awesome Flutter content...
------------------------------------------------

✔ Published Apps: (available in play store)

------------------------------------------------

✨ App UI Templates:

🎨 Portfolio:

🌏 Follow me on:

📧 For business inquiries:

⚡ Subscribe for more content:

If you found this video useful and wish to support my work,
you can consider buying me a coffee.👇

#flutter #firebase #firebaseAuth #firebaseAuthentication #flutterWebapp #Flutterfirebase
Рекомендации по теме
Комментарии
Автор

we dont need to intianlize google services for flutter web ?

debjeetproso
Автор

hi my web app and android emulator works fine but my apk file that installed on my phone is not connecting to firebase . when im try to sign in or up this error pops up:[firebase_auth/unknown] com.google.firebase.j:an internal error has occurred.[json conversion failed! ] failed to parse error for string[<!DOCTYPE html><html lang=en > <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum scale=1, width=device-width"> <title>Error 403 (Forbidden)!!1</title> <style> ...]

sardsiders
Автор

Keep getting this error
ConfirmationResult error TypeError: Cannot read properties of undefined (reading 'settings')

for this code
this._recaptchaLoader =
? new MockReCaptchaLoaderImpl()
: new ReCaptchaLoaderImpl();

tried using : await true/false);

harsh.sawkare