Skip to content

Commit

Permalink
Changed command to create emberfire session-store for ember-simple-au…
Browse files Browse the repository at this point in the history
…th to create session-store/application.js instead of session-store/session-store.js (FirebaseExtended#595)
  • Loading branch information
reggietheroman authored and jamesdaniels committed Oct 17, 2019
1 parent d5d9f0d commit 0c7b67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ ember install ember-simple-auth
In order to use Ember Simple Auth, we need to create a `app/session-stores/application.js` file with the following command:

```
$ ember generate firebase-session-store session-store
$ ember generate firebase-session-store application
```

The next step is to enable an authentication provider in the Firebase Authentication panel, and enter the API key and secret for that provider. Details on enabling third-party providers can be found in our docs e.g. [Enabling Google Sign-In](https://firebase.google.com/docs/auth/web/google-signin).
Expand Down

0 comments on commit 0c7b67f

Please sign in to comment.