質問編集履歴

2

2017/11/24 18:39

投稿

HiruLow
HiruLow

スコア55

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  ちなみにここでのトークンは以下です
36
36
 
37
- firebase.auth(.signInWithPopup(provider).then(function(res){var token=res.credential.accessToken;}))
37
+ firebase.auth().signInWithPopup(provider).then(function(res){var token=res.credential.accessToken;}))
38
38
 
39
39
 
40
40
 

1

2017/11/24 18:39

投稿

HiruLow
HiruLow

スコア55

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,10 @@
32
32
 
33
33
 
34
34
 
35
+ ちなみにここでのトークンは以下です
36
+
37
+ firebase.auth(.signInWithPopup(provider).then(function(res){var token=res.credential.accessToken;}))
38
+
35
39
 
36
40
 
37
41
  予測では