algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

Having trouble with subcollection indexing syntax #152

Closed BenWueb closed 1 year ago

BenWueb commented 1 year ago

Hi,

I've seen in the documentation and a few other tickets that the syntax for adding a subcollection is parent_collection/{parentId}/target_collection.

The cloud function seems to be firing, but nothing updates in Algolia. I have the index named correctly and the app id and api key are correct.

However, I can't seem to get that to work. I have tried the below:

Recipes/{parentId}/recipes Recipes/{documentId}/recipes

Any help would be appreciated.