Convert Firebase dictionary to text file in the assets so it can be retrieved again as dictionary variable

Well, I find the solution myself.
The Firebase dictionaries can be easily transformed into json just deleting the slashes in it and formatting it in a web like this:

After that, the json file is called with the File component and when retrieved, converted to a dictionary with the @Mohamed_Tamer great extension:

Thanks.

1 Like