How can I change document ID in firebase? I have human readable document IDs which contains characters that are problematic, eg non latin or "-" which disappear after I deslugify them, how can i change them. I try to do it directly in the console but I don't seem to be able to, can i do it programatically?
Thanks