[Solved] Firebase Storage Document not being created

Hey everyone! I’m relatively new to GDevelop and I’ve been experimenting with Firebase. I’ve set up everything already, and even made an account creation system (very proud of that), but when it’s come to creating documents I’ve been struggling.

For now, I’ve set it up to just create the document when the scene starts (image below),

and for some reason it isn’t working. (image below)

note: the document in the image is the one auto-created with the collection, and not one made from gdevelop

If anyone can help a newbie figure this out, it would be greatly appreciated. Thanks in advance

I do it like this.
At writing fields, documents are automatically created if not already available.
Not directly at the start of the scene, otherwise the UID might not be available yet.

This worked! Thanks so much!