Skip to content

Commit

Permalink
Provide more details for authentication step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmoi authored Oct 25, 2024
1 parent ed9771e commit 72890ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Core Package/Installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Create a file called `firebaseConfig.json` in the `/src` folder and copy the `fi

### Enable authentication methods

After you create your Firebase project, go to the project console and enable the authentication methods you plan to use for your web application. @fireactjs/core supports the following authentication methods:
After you create your Firebase project, go to the project console and enable the authentication methods you plan to use for your web application (Firebase Console > Project Settings > Build > Authentication > Sign-in method > Sign-in providers). Note that @fireactjs/core supports the following authentication methods:

- Email and password
- Google
Expand Down Expand Up @@ -213,4 +213,4 @@ Run `npm run build` to build your app

### Deploy

Run `firebase init` to initialize your project with Firebase and then run `firebase deploy` to deploy your app to Firebase. If you see a blank screen in your production URL, make sure you set the `build` as the folder in your Firebase settings.
Run `firebase init` to initialize your project with Firebase and then run `firebase deploy` to deploy your app to Firebase. If you see a blank screen in your production URL, make sure you set the `build` as the folder in your Firebase settings.

0 comments on commit 72890ea

Please sign in to comment.