I have a Query collection of users that I use to populate the swipeable stack. However, after I swipe right or left and reload the page, the stack returns to it's initial state, showing me users I already swiped.
Swipeable stack resets every time the page loads.
Widgets & Design
I tried adding a list "swiped" per users, and using filters only put user that are not in that list, but apparently firebase queries don't support filers with negation (filter not elements that are not contained in the array)
To use that not in I tried following the tutorial below but it was not recommended:
Yes
2
4 replies