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
- Enable the **Create User Document** and set the **Collection** to **users**.
49
-
After successful login, this will insert the user's account details, such as
50
-
email,
51
-
name, and photo, into the 'users' collection. If a user already exists, it
52
-
won't add details again.
53
-
54
-
:::info
67
+
3. Set **Auth Provider** to **Google**.
68
+
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
Copy file name to clipboardExpand all lines: docs/ff-integrations/maps/google-maps/place-picker-widget.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ Here's an example from the Demo app:
46
46
<p></p>
47
47
48
48
:::note[Prerequisites]
49
-
- Ensure you have enabled **Places API** from Cloud console. [**Check out the Setup docs.**](generate-maps-keys)
49
+
- Ensure you have enabled **Places API** from Cloud console. [**Check out the Setup docs.**](generate-maps-keys.md#add-places-apis)
50
50
- Enable **Google Maps Platform Billing** via your Cloud console. Please note: Failing to enable the Google Maps Platform Billing will not show any place in an autocomplete list.
51
-
- Add API keys as suggested in [**Getting Started**](generate-maps-keys) guide.
51
+
- Add API keys as suggested in [**Getting Started**](generate-maps-keys.md#add-keys-to-flutterflow) guide.
0 commit comments