Firebase Custom Document Names

I’m currently using firebase to store user info and data online. However, I’m struggling to find a way to make each document display a custom text instead of a random string of letters and numbers.
Is there a way to do this from GDevelop?

image

Hello, let me firstly apologize for not solving your problem instead I’m bringing one of my own. Seems you successfully added users documents to your database, how did you manage that? , I’ve tried saving to a variable then adding the variable to my database collection but it isn’t working.