Hi everyone,
I’m trying to figure out how to use the value of a field from a Firebase document as a variable name in my app.
Here’s a simple example of what I mean: In my Firebase document, I have:
FieldName: "username" ; value: "John"
FieldName: "result" ; value: "username"
I want to use the value of "result" dynamically to access the value stored in the "username" field ("John").
Is there a way to achieve this in FlutterFlow? Any tips or workarounds would be greatly appreciated!
Thanks in advance!