Hello everyone,
I’m a beginner working on a game in FlutterFlow and could use some guidance. My game is connected to a Firebase collection called ‘Starter’. I’m trying to implement the following features and could use some help:
Query the Collection: I need to query the ‘Starter’ collection and save the results as a list.
Shuffle the List: Once I have the list, I want to shuffle it.
Access the First Item: After shuffling, I need to access the first item in the list and save it to an app state variable.
Go to the Next Item: I want to be able to move to the next item in the list on a button press.
Avoid Duplicates: I need to ensure that the same item is not pulled twice unless the whole list has been gone through.
I’m trying to achieve all of this using FlutterFlow’s built-in actions. Any guidance on how to implement these features would be greatly appreciated!
Thank you in advance for your help!