Skip to content

Commit 01cf7f5

Browse files
committed
docs: update Flutter platform setup instructions in FlutterFlow auth kit guide
1 parent 0293243 commit 01cf7f5

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

src/routes/integrations/flutterflow-auth-kit/+page.markdoc

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,26 @@ Here’s what you’ll need to have ready:
5151

5252
## Step 1: Setting up your Appwrite project
5353

54-
Let’s start by getting your Appwrite project ready:
54+
Let’s start by setting up your Appwrite project (you can use a new or an existing one):
5555

5656
1. Head over to the [Appwrite Console](https://cloud.appwrite.io/).
57-
2. Create a new project (give it a name that makes sense for your app).
58-
3. Select "Add Platform" from the **Platforms** tab.
59-
4. For each target platform, provide the required information as shown below:
57+
2. Select your project (or create a new one).
58+
3. Add a **Flutter app** as a platform.
59+
4. In the platform setup, choose the platforms you want to support under Flutter App - Web, Android, and/or iOS - and enter the required values as shown below:
6060

61-
| Platform | Required Info |
62-
|----------------|---------------------------------------------------|
63-
| Web app / FlutterFlow Web Testing | Hostnames: `localhost`, `*.web.app`, `*.run.app` |
64-
| Android app | Package name (e.g. `com.company.appname`) |
65-
| Apple app (iOS)| Bundle ID (e.g. `com.company.appname`) |
66-
| Flutter app | Choose one or more supported platforms (Web, iOS, Android) and enter appropriate identifiers |
6761

68-
📌 **Save your Project ID** – you’ll need it in the next step.
62+
| Platform | Required Info |
63+
|----------|----------------|
64+
| Web | Hostnames: `localhost`, `*.web.app`, `*.run.app` (Used for FlutterFlow Web Testing) |
65+
| Android | Package Name (e.g. `com.company.appname`) |
66+
| iOS | Bundle ID (e.g. `com.company.appname`) |
67+
68+
5. Go to **Settings > Overview** to copy the following values:
69+
- **API Endpoint**
70+
- **Project ID**
71+
72+
📌 You’ll need these in the next step to configure the authentication library.
73+
6974

7075
## Step 2: Adding the authentication library
7176

@@ -98,7 +103,7 @@ Once the library is added, you can configure it without writing any code:
98103
2. Under the **Appwrite Authentication Kit** entry, click on **View Details**.
99104
3. Update the environment values directly in the panel that opens:
100105

101-
- API Endpoint: `https://cloud.appwrite.io/v1`
106+
- API Endpoint: `Your Appwrite Project Endpoint`
102107
- Project ID: `Your Appwrite Project ID`
103108

104109
Note: This view opens automatically the first time a user adds the library - making it super easy to update values right away.

0 commit comments

Comments
 (0)