Browse Source

Merge pull request #64 from dzello/patch-1

Change algolia.password to algolia.secret
issue-90
Nicolas Garnier 8 years ago
committed by GitHub
parent
commit
1e54dbc1f1
  1. 2
      fulltext-search/README.md

2
fulltext-search/README.md

@ -42,7 +42,7 @@ tree.
Create an Algolia account at [www.algolia.com](https://www.algolia.com/)
Set the `algolia.key` and `algolia.password` Google Cloud environment variables to match the Algolia Key and Secret of your account. For this use:
Set the `algolia.key` and `algolia.secret` Google Cloud environment variables to match the Algolia Key and Secret of your account. For this use:
```bash
firebase functions:config:set algolia.key="mykey" algolia.secret="secret"

Loading…
Cancel
Save