-
Notifications
You must be signed in to change notification settings - Fork 239
doc: flutterflow auth kit integration #1932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
doc: flutterflow auth kit integration #1932
Conversation
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-04-23 22:50:53 CET |
c06873c
to
0293243
Compare
|
||
1. Head over to the [Appwrite Console](https://cloud.appwrite.io/). | ||
2. Create a new project (give it a name that makes sense for your app). | ||
3. Select "Add Platform" from the **Platforms** tab. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, we bold any text that appears in the Console such as Add platform
4. For each target platform, provide the required information as shown below: | ||
|
||
| Platform | Required Info | | ||
|----------------|---------------------------------------------------| | ||
| Web app / FlutterFlow Web Testing | Hostnames: `localhost`, `*.web.app`, `*.run.app` | | ||
| Android app | Package name (e.g. `com.company.appname`) | | ||
| Apple app (iOS)| Bundle ID (e.g. `com.company.appname`) | | ||
| Flutter app | Choose one or more supported platforms (Web, iOS, Android) and enter appropriate identifiers | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Apple app (iOS)| Bundle ID (e.g. `com.company.appname`) | | ||
| Flutter app | Choose one or more supported platforms (Web, iOS, Android) and enter appropriate identifiers | | ||
|
||
📌 **Save your Project ID** – you’ll need it in the next step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's say to save both the api endpoint and project ID since there are multiple endpoints now with Appwrite Network.
2. Under the **Appwrite Authentication Kit** entry, click on **View Details**. | ||
3. Update the environment values directly in the panel that opens: | ||
|
||
- API Endpoint: `https://cloud.appwrite.io/v1` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be the endpoint for their project/region.
What does this PR do?
Adds a new integration guide for FlutterFlow Authentication Kit, including:
Test Plan
Related PRs and Issues
N/A
Have you read the Contributing Guidelines on issues?
Yes