回答編集履歴
1
修正・追記
answer
CHANGED
@@ -20,11 +20,14 @@
|
|
20
20
|
本家
|
21
21
|
https://github.com/firebase/quickstart-js
|
22
22
|
|
23
|
-
中嶋聡さん Vue-CLI+TypeScript
|
23
|
+
中嶋聡さん Vue-CLI+TypeScript firebaseui(EmailAuth)
|
24
24
|
https://github.com/snakajima/vue-firebase-startup-kit
|
25
25
|
|
26
|
-
davidroyerさん Nuxt.js(SPA)
|
26
|
+
davidroyerさん Nuxt.js(SPA) firebase(signInWithRedirect)
|
27
|
+
https://github.com/davidroyer/nuxt-firebase-auth
|
27
|
-
https://www.davidroyer.me/blog/nuxtjs-firebase-auth
|
28
|
+
https://www.davidroyer.me/blog/nuxtjs-firebase-auth # 解説ブログ
|
29
|
+
https://nuxt-firebase-auth.firebaseapp.com/ # デモ
|
28
30
|
|
29
|
-
Watson-Seiさん Nuxt.js(SSR)
|
31
|
+
Watson-Seiさん Nuxt.js(SSR) firebase(signInWithPopup)
|
30
|
-
https://github.com/Watson-Sei/nuxt-js-ssr-firebase
|
32
|
+
https://github.com/Watson-Sei/nuxt-js-ssr-firebase
|
33
|
+
https://zenn.dev/watson_sei/articles/f4db7312494525 # 解説ブログ
|