Skip to content

Commit

Permalink
Reformat the providers configuration description in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
keosak committed Dec 20, 2016
1 parent 2bc2220 commit c2d8d45
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ system, accounts sign-in with a simple email form.
- `FIREBASE_DEVELOPMENT`: `TRUE` or `FALSE` (default)
- `FIREBASE_API_KEY`: The API key.
- `FIREBASE_PROJECT_ID`: The project identifier, eg. `foobar`.
- `FIREBASE_AUTH_SIGN_IN_OPTIONS`: Comma-separated list of enabled providers:
`email`, `facebook`, `github`, `google` or `twitter`.
- `FIREBASE_AUTH_SIGN_IN_OPTIONS`: Comma-separated list of enabled providers.

## Providers

- `email`
- `facebook`
- `github`
- `google`
- `twitter`

## Sample code

Expand Down

0 comments on commit c2d8d45

Please sign in to comment.