Skip to content

Commit 05da0ec

Browse files
Merge pull request #4 from algolia-samples/docs/readme
docs(readme): update
2 parents f1e717e + fb68cef commit 05da0ec

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ for example, on websites with real-estate listings and online marketplaces.
1010

1111
With this sample app, you can:
1212

13-
- 💾 🔎 Save a search
14-
- 🆕 📨 Automatically get notified about new items matching your saved search
15-
- 🔄 🔎 Manually replay your saved search
13+
💾 🔎 **Save a search**
14+
15+
The sample app shows you how to serialize and save the state of a given search (query and facets) using Algolia [React InstantSearch](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/) and the [Algolia JS Helper](https://community.algolia.com/algoliasearch-helper-js/) (**1**). We are using [Cloud Firestore](https://firebase.google.com/docs/firestore) to store the serialized search state (**2**) and the user's email address and phone number.
16+
17+
🆕 📨 **Automatically get notified about new items matching your saved search**
18+
19+
Using [Firebase Schedule Functions](https://firebase.google.com/docs/functions/schedule-functions), we regularly run the search (**3**) to find new matching items. We then notify the users via email, SMS, or In-App notifications (**5**), using providers like [Twillio SMS Service](https://www.twilio.com/sms), [Twillio SendGrid](https://www.twilio.com/sendgrid/email-api), [Amazon SES](https://aws.amazon.com/en/ses/).
1620

1721
## Demo (Try it yourself!)
1822

0 commit comments

Comments
 (0)