When using firebase ext:configure firestore-algolia-search in the CLI, Full Index existing document doesn't produce env variable name and value pair in the resulting env file. I had to look it up in the code and manually add it to the env file (DO_FULL_INDEXING=true).
Note that I only tried this locally.
When using
firebase ext:configure firestore-algolia-search
in the CLI,Full Index existing document
doesn't produce env variable name and value pair in the resulting env file. I had to look it up in the code and manually add it to the env file (DO_FULL_INDEXING=true
).