I want to auto generate an alphanumeric key in the code section (cloud function). Can you please help me how to do it? What is the function that will randomly generate that? It will serve as a unique chat id for me.
Also, how can I concatenate a string and a number inside a cloud function?