Saving a Firebase Doc to a Global Variable

I’m currently struggling to get the document I query from Firebase to a Global Variable. I have tried both setting it directly and saving it to file first. I simply want to be able to access the Firebase doc from another scene.

docData is the global variable and is simply an empty structure {}. Like wise quizDoc is a Scene Varibale that’s also an empty structure {}

Ok I had a breakthrough. I was able to get the JSON parsing method working. I just had to make sure the Async Firebase call was completed first using the doc state text.

However, I would think I should be able to copy the quizDoc scene variable to the global docData variable without first needing to save to storage shouldn’t?