diff --git a/docs/ff-integrations/authentication/firebase-auth/google-login.md b/docs/ff-integrations/authentication/firebase-auth/google-login.md index ab837d78..7efec443 100644 --- a/docs/ff-integrations/authentication/firebase-auth/google-login.md +++ b/docs/ff-integrations/authentication/firebase-auth/google-login.md @@ -45,11 +45,13 @@ You can create your own or use the one from page templates. -- Enable the **Create User Document** and set the **Collection** to **users**. - After successful login, this will insert the user's account details, such as - email, - name, and photo, into the 'users' collection. If a user already exists, it - won't add details again. +In **Connect Menu > Firestore Settings >** : +- **Storage Icon >** : Create the **users** collection. You can accept the suggestion to prepopulate it with the default user fields. +- **Cog Icon >** : Enable the **Users Collection** radio button and select the **Collection** to **users**. + +After successful login, this will insert the user's account details, such as +email, name, and photo, into the 'users' collection. If a user already exists, it +won't add details again. :::info To let users log out of your app, you can use the [**Logout**](auth-actions.md#logout-action) action. @@ -114,4 +116,4 @@ allowFullScreen style={{ width: '100%', height: '600px' }}> To confirm the successful integration of Google authentication and the creation of users, navigate to your Firebase project > Authentication > Users and check the user entries. -![verify-google-auth-users.png](../imgs/verify-google-auth-users.png) \ No newline at end of file +![verify-google-auth-users.png](../imgs/verify-google-auth-users.png)