FlutterとFirebase Authを連携してのログインが出来なくなった #12456
Unanswered
miiiiiiitsu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
メールアドレスとパスワードでログインが出来ていたのですが、アップデートをしてから下記のようなエラーメッセージが出てログインが出来なくなりました。助けてください。
Expected a value of type 'JavaScriptObject', but got one of type 'FirebaseException'
flutter doctorの結果問題は有りませんでした。
[√] Flutter (Channel stable, 3.16.9, on Microsoft Windows [Version 10.0.22621.3155], locale ja-JP)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.1)
[√] Android Studio (version 2023.2)
[√] VS Code (version 1.84.2)
[√] Connected device (3 available)
[√] Network resources
• No issues found!
pubspec.yamlは以下になります。
firebase_core: ^2.25.5
firebase_database: ^10.3.8
cloud_firestore: ^4.14.0
firebase_auth: ^4.17.6
Beta Was this translation helpful? Give feedback.
All reactions