質問編集履歴
3
タイトル変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
nuxtのmiddlewareだとonAuthStateChangedの返り値がnullになる
|
1
|
+
nuxtのmiddlewareなどサーバー側の処理だとonAuthStateChangedの返り値がnullになる
|
test
CHANGED
File without changes
|
2
タイトル変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
onAuthStateChangedの返り値がnullになる
|
1
|
+
nuxtのmiddlewareだとonAuthStateChangedの返り値がnullになる
|
test
CHANGED
File without changes
|
1
createdでの挙動追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,3 +13,7 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
このときなぜかonAuthStateChangedで帰ってくる値がnullです。createdに書くとユーザー情報が返ってきます。middlewareに記述してユーザー情報を返す方法あるでしょうか?
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
layoutsのcreatedでonAuthStateChangedを書いたらuser情報が取得できるのでfirebaseのユーザー情報はログイン状態になっていると思われます。
|