Skip to content

sakina-abbas/flutter-algolia-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algolia_test

A simple Flutter application that demonstrates how Algolia can be integrated and used for advanced searching.

Getting Started

Create a free account on Algolia

Create an index called 'users' in Algolia

Copy the Application Id and Search-only API Key from Algolia > API Keys and paste them in lib > services > algolia.dart

Write & deploy your own cloud functions to sync your Firestore data with Algolia i.e. when your desired data is updated in Firestore, these updates should be reflected in Algolia too.

You can also use Providers or any other state management techniques. This project uses the simple setState to make the code easier to understand for everyone, including developers who are just starting with Flutter.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

A simple Flutter project that demonstrates Algolia for searching & filtering documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published