Get the identifier of a document (Firebase)

hi everyone i have a problem with firebase. if i create a firestore document from gdevelop how can i find the id of the document to be able to delete it eg thank you for your answer ;)(sorry for my english i use google translate

When you query a collection, you can get the id of the documents matching that query as part of the returned structure variable. See the docs about cloud Firestore, it shows the shape of the variables returned by queries.

2 Likes

thank you very much arthuro555. you are a great help to me

Hi! @arthuro555 Would you mind showing me a screenshot how to match the document on the query? I just started on Gdevelop. I hope you can help me, thank you

What do you mean with “matching a document on a query”? Also, next time please create a new topic.