Please note that this question is same as the question here. I am not satisfied with the answer and that's the reason why I am asking it anew.
My problem is that I have a lot of data stored in an external API, each with unique ID. I have imported this data into a separate document (let's say users) into firestore from where I will access it into custom application. Additionally, I have authentication. I want for each user in users document to be created with a specific uid and not the one automatically generated from Firebase.
Is this even possible? If not, then what can I do?