Hi FlutterFlow Community,
I'm currently working on a project where I have a Firestore collection for a shopping cart, from which I'm fetching services based on customer ID and category type using Firestore query collection features in FlutterFlow.
I've also set up an app state of type reference ID, which can store a list of service ID references obtained from the cart query collection. Now, when it comes to booking, I aim to store this list of service IDs in the app state and then transfer it to the booking collection.
Could anyone guide me on how to effectively integrate Firestore queries and app state to achieve this booking functionality? Any insights or code examples would be greatly appreciated.
Thanks in advance!