Need help implementing a user tagging system

Options
Dudcom
Dudcom Member
edited October 2023 in ? Help! I'm a Noob

I am trying to implement a user tag system similar to Spotify any ideas on how to go about this on flutterflow? The backend will also need the tag data in order to process a recommendation algorithm. (firebase as the backend)

Answers

  • Pawel Magdanski
    Pawel Magdanski Member ✭✭✭
    Options

    Hi,

    So are you using firebase as a backend in general or only for the recommendation? Can you give some more context about how this tags should work?

  • Dudcom
    Dudcom Member
    Options

    We want the tag system to be implemented as a parameter for the users that is selected right after account creation. Firebase is our general backend.