Hi.
I just discovered a strange behaviour of the Fire Base component, due to the Project Bucket set at design.
My app was malfunctioning when it requested reading tags from a Fire Base Data Base:
When I requested a tag contaning a value, the reading was 0, despite I could see in Fire Base console that the real value was 14.
When I requested a tag containing a list of lists, the reading was [,,] (all lists where empty, despite I saw at the console that they all have some content).
Then I remembered this other topic: "Empty Fire Base Project Bucket gets filled with anothers project name", and thought there could be some relation (may be I pasted or played with the database name lately).
I discovered that the project bucket (which should be empty for my app to work properly) contained the name of the project.
I erased it, and now verything works fine again.
What intrigues me the most is:
If the project bucket was wrong, the logical thing is that it would read nothing, or give me an error.
But, if it wasn't reading anything, how could it know where there was a value in the content of the tag (to put a 0), and where there was a list of three lists (to put them empty [,,])?
Is it magic?