I'm following [To Do App Building Completed Task Page] on FlutterFlow's official YouTube channel.
In the video, he creates the 'completed' data field as boolean type.
Q1. I've created a boolean type data in the data schema, and I've specified the parameters and actions according to the video, so when I tick the task like in the video, it should be stored in the Firestore database as completed : true, right?
Q2. Is boolean type data not updated in the firestore database? if so, we can't query only documents with boolean type data that is true.
youtube video link
https://www.youtube.com/watch?v=l94bdXydtLM&list=PLsUp7t2vRqx90Hm7LmG-ZG51QOK-zvunN&index=14
I'd appreciate if anyone give me just a hint.
Thank you.