Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setEnablePersonalization not supported? #101

Open
Patrick386 opened this issue Sep 17, 2022 · 0 comments
Open

setEnablePersonalization not supported? #101

Patrick386 opened this issue Sep 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Patrick386
Copy link

I just found that there is a personalization option.
However, as a result of testing, I got a message saying that it is not supported yet.

I have firebase collections where multiple users have registered products. Example: products

The personal console page should display only the products for which the individual has registered.

Is this possible to make it by set Enable Personalization option?

Is it necessary to do additional settings when creating an Algolia Index through Cloud Function?

   AlgoliaQuery query = _collectionIndex
        .setEnablePersonalization(enabled: true)
        .setUserToken('4aUQMrVSSUM5RuOKjiamvBuEN6i2') // <<< firebase user id
        .query(text);

스크린샷 2022-09-17 오후 8 06 42

@Patrick386 Patrick386 added the enhancement New feature or request label Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant