diff --git a/docs/ff-integrations/search/algolia-search.md b/docs/ff-integrations/search/algolia-search.md index c4cf73a5..99b341da 100644 --- a/docs/ff-integrations/search/algolia-search.md +++ b/docs/ff-integrations/search/algolia-search.md @@ -9,82 +9,30 @@ keywords: [FlutterFlow, Algolia Search, Firestore Search] # Algolia -Using Algolia you can add search functionality to your FlutterFlow app. It allows you to search for documents present inside a Firestore Collection. Learn how to integrate Algolia Search with your app by following this tutorial. +[Algolia](https://www.algolia.com/) is a powerful search-as-a-service platform that provides lightning-fast and highly relevant search capabilities. Integrating Algolia into your FlutterFlow app allows you to implement real-time search functionality, making it easier for users to find relevant information within your app. :::info[Prerequisites] -Make sure you: -- Complete [**Firebase Setup**](../../ff-integrations/firebase/connect-to-firebase-setup.md) for your project. -- Upgraded your Firebase project to [**Blaze Plan**](https://firebase.google.com/pricing). -- Have at least one **Firestore Collection** on which you want to perform the search queries. -::: - -## Algolia integration -Alogolia integration comprises the following steps: +- Algolia integration in FlutterFlow is tied exclusively to Firestore collections. This means you must [**setup Firebase**](../../ff-integrations/firebase/connect-to-firebase-setup.md) to sync data from Firestore into Algolia for searching. +- **Upgraded** your Firebase project to the [**Blaze Plan**](https://firebase.google.com/pricing) for the Algolia Firebase Extension to work. +- Have at least one **Firestore Collection** on which you want to perform the search queries. -1. [Setup Algolia](#1-setup-algolia) -2. [Integrate with Firebase](#2-integrate-with-firebase) -3. [Import existing documents](#3-import-existing-documents) -4. [Algolia configuration on FlutterFlow](#4-algolia-configuration-on-flutterflow) -5. [Choose searchable fields](#5-choose-searchable-fields) -6. [Using Algolia Search](#6-using-algolia-search) +::: -### 1. Setup Algolia +## Algolia integration -You need to create an Algolia account for using their search service. Follow the steps below to setup Algolia: +Follow the steps below to integrate Algolia in your FlutterFlow apps: -1. Login to [Algolia](https://www.algolia.com/). If you don't have an account, create your free Algolia account by going [here](https://www.algolia.com/users/sign_up). -2. For a new account, fill up the required details and select a region of the data center. -3. Once you reach the dashboard of Algolia, go to **Settings**. -4. Select **Applications**. By default, you should already have an application called "(unnamed application)". -5. Click on the button with three dots present beside it, and select **Rename**. -6. Enter a name for the Application and click **Save**. +### Setup Algolia -