質問編集履歴
5
codeの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Flutter - FirebaseAuth
|
1
|
+
Flutter - FirebaseAuthで発生する。エラーをtry catchで拾えない。
|
test
CHANGED
File without changes
|
4
指摘された処理の実装
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Flutter - FirebaseAuth
|
1
|
+
Flutter - FirebaseAuth Exceptionをtry catchで拾えない。
|
test
CHANGED
File without changes
|
3
指摘された処理の実装
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
FirebaseAuthのsignInWithCredential及びcreateUserWithEmailAndPasswordを使ってEmailでアカウント登録、ログインをさせたいのですが、入力形式が間違っていた場合、email_sign_in_form.dart内でtry catchでエラーを拾って
|
3
|
+
FirebaseAuthのsignInWithCredential及びcreateUserWithEmailAndPasswordを使ってEmailでアカウント登録、ログインをさせたいのですが、入力形式が間違っていた場合、email_sign_in_form.dart内でtry catchでエラーを拾ってログに出力したい。
|
4
4
|
|
5
5
|
|
6
6
|
|
2
codeの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
FirebaseAuthのsignInWithCredential及びcreateUserWithEmailAndPasswordを使ってEmailでアカウント登録をさせたいのですが、入力形式が間違っていた場合、email_sign_in_form.dart内でtry catchでエラーを拾ってアプリが落ちないようにしたい。
|
3
|
+
FirebaseAuthのsignInWithCredential及びcreateUserWithEmailAndPasswordを使ってEmailでアカウント登録、ログインをさせたいのですが、入力形式が間違っていた場合、email_sign_in_form.dart内でtry catchでエラーを拾ってアプリが落ちないようにしたい。
|
4
4
|
|
5
5
|
|
6
6
|
|
1
codeの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -537,3 +537,13 @@
|
|
537
537
|
|
538
538
|
|
539
539
|
![イメージ説明](4c3047c886ac3c652fec34e31d3ab591.png)
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
###追記
|
544
|
+
|
545
|
+
FirebaseのログインプロバイダーEmail/passwordは有効です。
|
546
|
+
|
547
|
+
StackOverFlowに似た質問がありますが、これはPackageのバグなのでしょうか?
|
548
|
+
|
549
|
+
[[firebase_auth] Unhandled Exception: PlatformException(ERROR_INVALID_VERIFICATION_CODE)](https://github.com/FirebaseExtended/flutterfire/issues/3141)
|