From 72890ea2bf1eca3087a1cc6af37f1dd2739100a0 Mon Sep 17 00:00:00 2001 From: danielmoi Date: Fri, 25 Oct 2024 11:16:50 +1030 Subject: [PATCH] Provide more details for authentication step --- content/en/docs/Core Package/Installation/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/Core Package/Installation/_index.md b/content/en/docs/Core Package/Installation/_index.md index b00b68b..e348de1 100644 --- a/content/en/docs/Core Package/Installation/_index.md +++ b/content/en/docs/Core Package/Installation/_index.md @@ -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 @@ -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. \ No newline at end of file +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.