I'm using flutterflow in a project for the company and we are working on a project that needs to receive data from my firebase remote config. However, my data in the remote config is in JSON format, and even though the flutterflow documentation states that it receives JSON files, this option does not appear. I'm having trouble using this data in m
What have you tried so far?
I tried to create the variable anyway, receiving my JSON file as a String in flutterflow, then I tried to create a custom action to transform this String into JSON and it didn't work, I couldn't consult its values. I tried using the file as a String, then I created a custom function to receive the string from my remote config and transform it into a color, and I managed to paint my Container. I thought this method worked, but when the string values ββonly come with numbers (000000 black for example) then for some reason it doesn't work). Is there any right way to receive my JSON files from my remote config and use them in my project?
Did you check FlutterFlow's Documentation for this topic?