Code Monkey home page Code Monkey logo

Comments (6)

aallam avatar aallam commented on June 9, 2024

Hi @Patrick386, can you please clarify what you mean by "import data registered by other users"?
Could you please explain or give an example of the behavior you are trying to achieve?

from algoliasearch-helper-flutter.

Patrick386 avatar Patrick386 commented on June 9, 2024

HitsSearcher

The 'Products collection' stores product data for multiple users.
The administrator must be able to read data from all users, and the Users should be able to read only the data they have registered.

Is it possible to implement it using HitsSearcher?

스크린샷 2022-10-25 오후 8 10 45

from algoliasearch-helper-flutter.

aallam avatar aallam commented on June 9, 2024

Hi again! Yes, it's possible, and it corresponds to personalized catalogs.
As mentioned here, you will need the following steps:

  1. When users start searching, your Flutter app requests a secured API key from your server. Your server creates a secured API key with a pre-applied filter and returns it to your Flutter app.
  2. Your Flutter app uses the secured API key for searching with your HitsSearcher (as apiKey)

from algoliasearch-helper-flutter.

Patrick386 avatar Patrick386 commented on June 9, 2024

I executed it according to your explanation and the results are as follows.
First, the secured API key was generated and delivered to the user using Cloud function.
I made sure that only my data was retrieved, and it worked very well.
Thank you.

*Question
I want to see the revised list immediately once I modify the item on the product list page. How can I make it work?

from algoliasearch-helper-flutter.

aallam avatar aallam commented on June 9, 2024

Hi, can you please explain more in detail the workflow? what do you mean by "modify the item on the product list page"?

from algoliasearch-helper-flutter.

Patrick386 avatar Patrick386 commented on June 9, 2024

Hi, can you please explain more in detail the workflow? what do you mean by "modify the item on the product list page"?

Hi, The question is not related to this package, I solved the problem.
The package works very well. thank you

from algoliasearch-helper-flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.