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
@@ -41,10 +65,35 @@ You can create your own or use the one from page templates.
41
65
2. Search and select the Log In (under **Backend/Database > Firebase
42
66
Authentication**) action.
43
67
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.
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. **Note** that, if a user exists already, it won't add the details again.
69
+
70
+
If you haven’t already, see how to [create *users* collection](auth-initial-setup.md#creating-the-users-collection).
71
+
72
+
<div style={{
73
+
position: 'relative',
74
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
0 commit comments