I currently load a state variable like by create a variable in the page state and load some text. When I run a test on the app it shows me the variable has my string.
However when I do the same thing with a call to a firebase query the data appears null. In example here I query a document users (which has data) and it appears null:
IS THERE SOMETHING ELSE THAT HAS TO BE SET FOR HTIS TO WORK?