File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ plugins/firebase-auth.js
14
14
middleware /check-auth.js
15
15
backups
16
16
nuxt-firebase-auth-key.json
17
- .env
17
+ serviceAccountKey.json
Original file line number Diff line number Diff line change 2
2
3
3
This is an example of using Nuxt.js in SPA mode with Firebase Authentication
4
4
5
- [ Live Demo] ( https://nuxt -firebase-auth.firebaseapp.com )
5
+ [ Live Demo] ( https://www.davidroyer.me/blog/nuxtjs -firebase-auth )
6
6
7
- [ Blog Article - Part 1 - Overview] ( https://nuxt -firebase-auth.firebaseapp.com )
7
+ [ Blog Article - Part 1 - Overview] ( https://www.davidroyer.me/blog/nuxtjs -firebase-auth )
8
8
9
9
![ alt text] ( /nuxt-firebase-authentication.jpg " Screenshot ")
10
10
11
- ** More Info Soon...**
11
+ ** More Info Soon...** var links = document.links;
12
+
13
+ for (var i = 0, linksLength = links.length; i < linksLength; i++) { if (links[ i] .hostname != window.location.hostname) { links[ i] .target = '_ blank'; } }
You can’t perform that action at this time.
0 commit comments