My firebase doesn't work, why?

the application is very simple, and has screens where doing the same or more complex things firebase works. But when I go to the new screen I have made, it does not return any value.
image
It just happens in this screen, the others work fine with the same firebase, and I changed nothing.

I have already solved it. I deleted the screen, made another one, and for some reason the new one worked :sob::sob::sob:

That initialize global user looks fishy.

Do the initialization in the Screen Initialization event block.

Have you checked that the token, URL and projectBucket are the same on both screens?