Skip to content

Commit

Permalink
Update README.md (vercel#3784)
Browse files Browse the repository at this point in the history
Detailed instructions for configuring authentication.
  • Loading branch information
abelta authored and timneutkens committed Feb 13, 2018
1 parent 74866ed commit 024d0c7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/with-firebase-authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ cd with-firebase-authentication
```

Set up firebase:
- create a project
- get your service account credentials and client credentials and set both in firebaseCredentials.js
- set your firebase database url in server.js
- on the firebase Authentication console, select Google as your provider
- Create a project at the [Firebase console](https://console.firebase.google.com/).
- Get your account credentials from the Firebase console at *settings>service accounts*, where you can click on *generate new private key* and download the credentials as a json file. It will contain keys such as `project_id`, `client_email` and `client id`. Now copy them into your project in the `credentials/server.js` file.
- Get your authentication credentials from the Firebase console under *authentication>users>web setup*. It will include keys like `apiKey`, `authDomain` and `databaseUrl` and it goes into your project in `credentials/client.js`.
- Copy the `databaseUrl` key you got in the last step into `server.js` in the corresponding line.
- Back at the Firebase web console, go to *authentication>signup method* and select *Google*.

Install it and run:

Expand Down

0 comments on commit 024d0c7

Please sign in to comment.