Skip to content

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Nishantjain10
Copy link
Contributor

What does this PR do?

Adds a new integration guide for FlutterFlow Authentication Kit, including:

  • Detailed setup instructions
  • Step-by-step implementation guide
  • Troubleshooting section
  • Resource links
  • Integration assets and screenshots

Test Plan

  • Verified all markdown formatting
  • Checked all image paths and references
  • Confirmed all links are working
  • Validated code snippets and examples

Related PRs and Issues

N/A

Have you read the Contributing Guidelines on issues?

Yes

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Apr 22, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-04-23 22:50:53 CET

@stnguyen90 stnguyen90 self-requested a review April 22, 2025 21:08
@Nishantjain10 Nishantjain10 force-pushed the doc-flutterflow-auth-kit-integration-new branch from c06873c to 0293243 Compare April 23, 2025 22:14
@stnguyen90 stnguyen90 self-requested a review April 23, 2025 23:13

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a new project, they won't see the Platforms tab 😕

image

Copy link
Contributor

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

Comment on lines +59 to +66
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 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The instructions should be to create a Flutter platform:

image image

and then select Web, Android, and/or iOS:

image

| 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.
Copy link
Contributor

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`
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants