Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 81fe4f9

Browse files
authored
Update README.md
1 parent 5a85535 commit 81fe4f9

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

‎README.md‎

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,32 @@
66

77
Simplified Firebase authentication for vue projects with support for Facebook & Google login & Github & Twitter and with support Progressive Web Apps
88

9+
## Config
10+
### Step 1
11+
Firebase Auth Provides Method Email/Password,Google,Facebook,Github,Twitter Enabled [Firebase console](https://console.firebase.google.com/)
12+
13+
### Step 2
14+
Initialize Firebase At ``main.js`` [Firebase Credentials](https://console.firebase.google.com/)
15+
``` bash
16+
firebase.initializeApp({
17+
apiKey: '',
18+
authDomain: '',
19+
databaseURL: '',
20+
projectId: '',
21+
storageBucket: ''
22+
})
23+
```
924

10-
## Build Setup
25+
26+
## Installation
1127

1228
``` bash
29+
# Git Clone Project
30+
git clone git@github.com:aofdev/vue-firebase-auth-vuex.git
31+
32+
# Cd project
33+
cd vue-firebase-auth-vuex
34+
1335
# install dependencies
1436
yarn install
1537

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /