質問編集履歴

5

文言修正

2022/01/16 03:16

投稿

macchi123jp
macchi123jp

スコア141

test CHANGED
File without changes
test CHANGED
@@ -84,7 +84,7 @@
84
84
  baseContext, "Login 失敗",
85
85
  Toast.LENGTH_SHORT
86
86
  ).show()
87
- Log.d("Signin",task.exception.toString())
87
+ Log.d("Login",task.exception.toString())
88
88
  }
89
89
 
90
90
  }

4

体裁変更

2022/01/16 02:48

投稿

macchi123jp
macchi123jp

スコア141

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,7 @@
14
14
  package com.example.myapplication
15
15
 
16
16
  import android.os.Bundle
17
+ import android.util.Log
17
18
  import androidx.appcompat.app.AppCompatActivity
18
19
  import android.widget.Button
19
20
  import android.widget.EditText
@@ -58,7 +59,7 @@
58
59
  baseContext, "SignUp 失敗",
59
60
  Toast.LENGTH_SHORT
60
61
  ).show()
61
-          Log.d("Create",task.exception.toString())
62
+ Log.d("Create",task.exception.toString())
62
63
  }
63
64
  }
64
65
  }
@@ -83,7 +84,7 @@
83
84
  baseContext, "Login 失敗",
84
85
  Toast.LENGTH_SHORT
85
86
  ).show()
86
-          Log.d("Signin",task.exception.toString())
87
+ Log.d("Signin",task.exception.toString())
87
88
  }
88
89
 
89
90
  }

3

体裁変更

2022/01/16 02:46

投稿

macchi123jp
macchi123jp

スコア141

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
  baseContext, "SignUp 失敗",
59
59
  Toast.LENGTH_SHORT
60
60
  ).show()
61
-         Log.d("Create",task.exception.toString())
61
+          Log.d("Create",task.exception.toString())
62
62
  }
63
63
  }
64
64
  }
@@ -83,7 +83,7 @@
83
83
  baseContext, "Login 失敗",
84
84
  Toast.LENGTH_SHORT
85
85
  ).show()
86
-         Log.d("Signin",task.exception.toString())
86
+          Log.d("Signin",task.exception.toString())
87
87
  }
88
88
 
89
89
  }

2

エラーメッセージ表示

2022/01/16 02:24

投稿

macchi123jp
macchi123jp

スコア141

test CHANGED
File without changes
test CHANGED
@@ -4,6 +4,11 @@
4
4
  FireBase側の設定では、メール認証を有効にしています。
5
5
 
6
6
  同様の問題の知見のある方、ご教示のほどよろしくお願い致します。
7
+
8
+
9
+ エラーメッセージ
10
+ 2022-01-16 11:20:38.271 3895-3895/com.example.myapplication D/Create: com.google.firebase.FirebaseApiNotAvailableException: API: InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device.
11
+
7
12
 
8
13
  ```Kotlin
9
14
  package com.example.myapplication
@@ -53,6 +58,7 @@
53
58
  baseContext, "SignUp 失敗",
54
59
  Toast.LENGTH_SHORT
55
60
  ).show()
61
+         Log.d("Create",task.exception.toString())
56
62
  }
57
63
  }
58
64
  }
@@ -77,6 +83,7 @@
77
83
  baseContext, "Login 失敗",
78
84
  Toast.LENGTH_SHORT
79
85
  ).show()
86
+         Log.d("Signin",task.exception.toString())
80
87
  }
81
88
 
82
89
  }

1

体裁変更

2022/01/16 01:40

投稿

macchi123jp
macchi123jp

スコア141

test CHANGED
File without changes
test CHANGED
@@ -198,4 +198,7 @@
198
198
  }
199
199
 
200
200
  apply plugin: 'com.google.gms.google-services'
201
+
202
+
203
+
201
- ```
204
+ ```