Firesearch JavaScript example

This example uses the index that gets created when you follow the live tutorial inside Firesearch.

This is a working demo, make sure you're running the Firestore emulator and Firesearch locally at http://localhost:8888.

  1. Search for "Nolan" and note the results
  2. Click Add movie to index to add Christopher Nolan's Tenet movie to the search index.
  3. Search for "Nolan" again, and notice the new movie
  4. View the source code of this page to see how it works