I have a legacy Firebase project web CMS that includes a Collection/Document with color property as follows (see image);-
I'd like to somehow convert this to a HEX value as a String and use in FF without creating another Property in the Firebase document.
These values may be updated via the web CMS at any time, so dynamic.
One of the problems is Flutterflow won't allow me to create a Datatype that has a single letter name.
Any ideas or recommendations appreciated! TIA