Skip to content

Update google-login.md #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ You can create your own or use the one from page templates.

<iframe src="https://demo.arcade.software/CBVoec46awMc3yNGLuVJ?embed&show_copy_link=true" title="EcommerceFlow - FlutterFlow" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" width="100%" height="600"></iframe>

- 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.
Expand Down Expand Up @@ -114,4 +116,4 @@ allowFullScreen style={{ width: '100%', height: '600px' }}></iframe>
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)
![verify-google-auth-users.png](../imgs/verify-google-auth-users.png)
Loading