質問編集履歴

2

質問タイトルを編集

2020/01/09 15:26

投稿

m_s
m_s

スコア51

test CHANGED
@@ -1 +1 @@
1
- (Android)Firebase Authentication SDKのFirebaseUIで、各サビスアカウント(Google、Twitterなど)のIDを取得する方法について
1
+ (Android)Firebase Authentication SDKのFirebaseUIで、ザ固有のIDを取得する方法について
test CHANGED
File without changes

1

参考URLの追加

2020/01/09 15:26

投稿

m_s
m_s

スコア51

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,13 @@
15
15
 
16
16
 
17
17
  FirebaseUIでは、各サービスのログイン画面が用意されており、手軽な反面パッケージとして内包されているためどのようにその中の処理を変えれば良いのか不明のため教えていただきたいです。
18
+
19
+
20
+
21
+ <参考にしたURL>
22
+
23
+ [https://firebase.google.com/docs/auth/android/firebaseui?hl=ja#set_up_sign-in_methods](https://firebase.google.com/docs/auth/android/firebaseui?hl=ja#set_up_sign-in_methods)
24
+
25
+ [https://www.ginzaitlab.com/posts/7082959/](https://www.ginzaitlab.com/posts/7082959/)
26
+
27
+ [https://github.com/firebase/FirebaseUI-Android/blob/master/auth/README.md](https://github.com/firebase/FirebaseUI-Android/blob/master/auth/README.md)