algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

CLI Config: `Full Index existing document` doesn't produce env variable name and value pair in resulting env file #223

Open benomatis opened 2 months ago

benomatis commented 2 months ago

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).