You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ This is the final code for my [Vue 3 Firebase Auth Code Tutorial](https://learnv
6
6
1. Clone this repository
7
7
2. Setup your Google Firebase project and change the code in ```main.js```, following the tutorial
8
8
3. Install dependencies using ```npm install```
9
-
4. Run ```npm run dev```
9
+
4. Run ```firebase emulators:start```
10
+
5. Run ```npm run dev```
10
11
11
12
For a complete step-by-step instructions and explanation of why this code works, be sure to [follow along with the tutorial](https://learnvue.co/2021/06/a-vue-firebase-authentication-tutorial-vue-3-and-firebase/)
0 commit comments