Skip to content

Commit 276bebe

Browse files
authored
Merge pull request #317 from FlutterFlow/feature/ai-agent
Updated Prerequisite in AI Agents
2 parents ce35929 + 6d8edd5 commit 276bebe

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/ff-integrations/ai/ai-agents.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Here are some examples of AI Agents:
1919
- **Smart Recipe Assistant:** An AI agent in a cooking app that suggests recipes based on ingredients users have, dietary restrictions, or meal preferences, and offers interactive cooking guidance.
2020
- **AI Tutor or Educator:** A conversational agent within educational apps that helps users learn complex topics, providing step-by-step explanations, answering follow-up questions, or adapting content to the learner’s pace.
2121

22-
:::info [Prerequisite]
23-
24-
To use AI Agents in FlutterFlow, you need to [**connect your project to Firebase**](../firebase/connect-to-firebase-setup.md):
25-
22+
:::info[Prerequisite]
23+
Before you begin setting up AI Agents, make sure you:
24+
1. Connect your project to Firebase by completing the [**Firebase Setup**](../firebase/connect-to-firebase-setup.md).
25+
2. Upgrade your Firebase project to the [**Blaze Plan**](https://firebase.google.com/pricing), as we rely on [**Firebase Cloud Functions**](https://firebase.google.com/docs/functions) to handle AI-related communication securely.
26+
3. Enable [**Firebase Authentication**](../authentication/firebase-auth/auth-initial-setup.md). This is required because Cloud Functions can only be accessed by authenticated users.
2627
:::
2728

2829
## Create AI Agent
@@ -132,7 +133,7 @@ Once configured, click the **Publish** button to make it live.
132133
</div>
133134
<p></p>
134135

135-
:::info [For non Google Agents]
136+
:::info[For non Google Agents]
136137

137138
After you successfully deploy the agent, any changes made to its configuration—such as modifying the system message, model, or temperature will require you to redeploy the Agent. For Google agents, the configuration is stored at client-side, so redeployment isn't necessary.
138139
:::

docs/ff-integrations/payments/stripe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ While using Stripe as the payment provider, users can buy products using credit
4040

4141
:::info[Prerequisites]
4242

43-
Before starting to set up payments, make sure you have,
43+
Before starting to set up payments, make sure you:
4444

4545
1. Complete [**Firebase Setup**](../../ff-integrations/firebase/connect-to-firebase-setup.md) for your project.
46-
2. Enabled [**Firebase Authentication**](../authentication/firebase-auth/auth-initial-setup.md) for your project.
47-
3. Upgraded your Firebase project to [**Blaze Plan**](https://firebase.google.com/pricing). We use [**Firebase Cloud Functions**](https://firebase.google.com/docs/functions) to process a transaction.
46+
2. Enable [**Firebase Authentication**](../authentication/firebase-auth/auth-initial-setup.md) for your project.
47+
3. Upgrade your Firebase project to [**Blaze Plan**](https://firebase.google.com/pricing). We use [**Firebase Cloud Functions**](https://firebase.google.com/docs/functions) to process a transaction.
4848
:::
4949

5050

0 commit comments

Comments
 (0)