Skip to content

Commit bd0c542

Browse files
committed
Move around files
1 parent 289089b commit bd0c542

File tree

7 files changed

+22
-10
lines changed

7 files changed

+22
-10
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Google Cloud"
3+
}

docs/integrations/cloud/restrict-keys.md renamed to docs/Integrations/google-cloud/restrict-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ their unique identifiers.
3939
At this stage, you should already have API keys created, but they are currently unrestricted. If
4040
they are not yet created, you can follow the integration process for any of the Google Cloud
4141
services we support in FlutterFlow, or for Maps, [**you can go here.
42-
**](../maps/google-maps/getting-started)
42+
**](../maps/google-maps/generate-maps-keys)
4343

4444
All your created API keys should be available on
4545
the [Cloud Credentials Page](https://console.cloud.google.com/apis/credentials). (Ensure you are
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Maps"
3+
}

docs/integrations/maps/google-maps/getting-started.md renamed to docs/Integrations/maps/google-maps/generate-maps-keys.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Getting Started
2+
title: Generate Maps Keys
33
sidebar_position: 1
44

55
---
66

7-
# Google Maps
7+
# Maps & Places APIs
88

9-
FlutterFlow natively supports Google Maps, providing a seamless and efficient way to embed
10-
interactive maps into your FlutterFlow apps.
9+
FlutterFlow natively supports **Google Maps**, providing a seamless and efficient way to embed
10+
interactive maps into your FlutterFlow apps. It also supports **Places API** that returns formatted location data and imagery about establishments, geographic locations, or prominent points of interest.
1111

12-
## Getting Started
12+
## Add Maps APIs
1313

1414
To enable **Google Maps** in your project, please follow the steps:
1515

@@ -31,11 +31,10 @@ Cloud Console](https://console.cloud.google.com/).
3131

3232
<div class="video-container"><iframe src="https://www.loom.
3333
com/embed/b1f6d8ddcc44492a92f833dafa619ec0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
34-
34+
<p></p>
3535

3636
:::warning
37-
To secure your API keys, refer to the [**Best Practices guide: Secure API Keys
38-
**](..%2F..%2Fcloud%2Frestrict-keys.md)
37+
To secure your API keys, refer to the [**Best Practices guide: Secure API Keys**](..%2F..%2Fcloud%2Frestrict-keys.md)
3938
:::
4039

4140
- Click on the Credentials menu from the left panel.
@@ -64,6 +63,13 @@ Firebase) in the Google developer console, here are the steps to create one:
6463
com/embed/2c644aa950c44f76b19c6787784cf3b5?sid=3e22206e-4b4b-4734-b842-0c644d32f344" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
6564

6665

66+
## Add Places APIs
67+
68+
To enable **Places API** in your project, please follow the steps under
69+
["Add Maps API" section](#add-maps-apis) and additionally also enable Places API from the API
70+
library if not
71+
already enabled.
6772

73+
![places-api.png](places-api.png)
6874

6975

440 KB
Loading

docs/integrations/maps/google-maps/place-picker-widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here's an example from the Demo app:
4242
:::note[Prerequisites]
4343
- Ensure you have enabled **Places API** from Cloud console. This is a similar process to enabling Maps API for showing Google Maps
4444
- 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.
45-
- Add API keys as suggested in [Getting Started](getting-started.md) guide.
45+
- Add API keys as suggested in [Getting Started](generate-maps-keys) guide.
4646

4747
:::
4848
<figure>

0 commit comments

Comments
 (0)