You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using signInWithEmailAndPassword() on Windows throws the below error
flutter: βββ‘ EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
flutter: The following StateError was thrown:
flutter: Bad state: No element
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #0 getFirebaseAuthException
package:firebase_auth_desktop/β¦/utils/desktop_utils.dart:107
flutter: #1 FirebaseAuthDesktop.createUserWithEmailAndPassword
package:firebase_auth_desktop/firebase_auth_desktop.dart:177
flutter: <asynchronous suspension>
flutter: #2 FirebaseAuth.createUserWithEmailAndPassword
package:firebase_auth/src/firebase_auth.dart:238
flutter: <asynchronous suspension>
flutter: #3 AuthService.signIn
package:liso/β¦/firebase/auth.service.dart:127
flutter: <asynchronous suspension>
flutter: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Steps to reproduce
Steps to reproduce the behavior:
Use signInWithEmailAndPassword() function
Expected behavior
To be signed in
Flutter doctor
Click To Expand
PS C:\Users\Oliver\Desktop\Projects\Flutter\Liso\app> flutter doctor -v
[β] Flutter (Channel stable, 3.0.5, on Microsoft Windows [Version 10.0.19044.1766], locale en-PH)
β’ Flutter version 3.0.5 at C:\Users\Oliver\fvm\versions\stable
β’ Upstream repository https://github.com/flutter/flutter.git
β’ Framework revision f1875d570e (2 weeks ago), 2022-07-13 11:24:16 -0700
β’ Engine revision e85ea0e79c
β’ Dart version 2.17.6
β’ DevTools version 2.12.2
[X] Android toolchain - develop for Android devices
X Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[β] Chrome - develop for the web
β’ Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[β] Visual Studio - develop for Windows (Visual Studio Community 2022 17.1.6)
β’ Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
β’ Visual Studio Community 2022 version 17.1.32421.90
β’ Windows 10 SDK version 10.0.22000.0
[!] Android Studio (not installed)
β’ Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
[β] VS Code (version 1.68.1)
β’ VS Code at C:\Users\Oliver\AppData\Local\Programs\Microsoft VS Code
β’ Flutter extension version 3.42.0
[β] Connected device (3 available)
β’ Windows (desktop) β’ windows β’ windows-x64 β’ Microsoft Windows [Version 10.0.19044.1766]
β’ Chrome (web) β’ chrome β’ web-javascript β’ Google Chrome 102.0.5005.115
β’ Edge (web) β’ edge β’ web-javascript β’ Microsoft Edge 103.0.1264.37
[β] HTTP Host Availability
β’ All required HTTP hosts are available
! Doctor found issues in 2 categories.
Bug report
Using signInWithEmailAndPassword() on Windows throws the below error
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
To be signed in
Flutter doctor
Click To Expand
Flutter dependencies
Click To Expand
The text was updated successfully, but these errors were encountered: