Cloud Firestore

Hi! I can’t create a document in the Cloud Firestore. Is this video relevant yet? Thank you for your answers in advance!

Would you be able to list any specifics as to how you have your project set up and what the point of failure is?

(Reminder, never share Firestore token)

The basics are that you have indeed set up a Firestore database (just like how the video you linked does it), got the right portions of the token string in your GDev project, and have created the necessary collections on Firestore.

Now, when using the action to create a document to Firestore, you have to specify the Collection and match it exactly, no functions or references, just text.

1 Like