You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,21 +36,17 @@ You can create your own or use the one from page templates.
37
36
38
37
### Add Login Action
39
38
40
-
- On your Google Login button, select **Actions** from the properties panel (the
41
-
right menu) and select Add Action.
42
-
- Search and select the Log In (under **Backend/Database > Firebase
39
+
1. On your Google Login button, select **Actions** from the properties panel (the
40
+
right menu) and select **Add Action**.
41
+
2. Search and select the Log In (under **Backend/Database > Firebase
43
42
Authentication**) action.
44
-
- Set Auth Provider to Google.
43
+
3. Set **Auth Provider** to **Google**.
44
+
4. Enable **Create User Document** and set the **Collection** to **users**. After successful login, this will insert the user's details, such as email, name, and photo, into the *users* collection. If you haven’t already, see how to [create *users* collection](auth-initial-setup.md#creating-the-users-collection). **Note** that, If a user already exists, it won't add details again.
0 commit comments