We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: