Hi All,
Two questions in one ... firstly, can someone please tell me why the data types list is different in Flutter to the actual Firebase data types list. Two notable examples in Flutter are array and timestamp are not there and there are a range of options that are not in firebase - list of both attached.
The other issues, possibly related or config issue (but cannot find where) is that I get greyed out option list for data and enum. Cannot save it because I can't select an option, so save then edit is not possible.
Bug or I'm missing a step? This explanation https://community.flutterflow.io/database-and-apis/post/custom-data-types-for-arrays-Nr1glRSupTo4Toz
by Amit Vidyasagar does work, but there's no documentaion on this I can find.
Do array structures need to be setup in firebase first (and also timestamp data type fields)?
Attached are greyed out enum and data options, Flutterflow data types Vs data types in Firebase Console.
Happy to work my way through if there's documentation which explains more detail you can point me at.
Thanks