I am importing a CSV file of users for a client from their old system. I am provided with an email address and name and have managed to successfully import a group of users by manually specifying UIDs of '1', '2', '3', '4', etc. (obviously not resembling the Firebase UID at all).
Will this present problems later on? Is there a way to auto-generate UIDs using the Firebase CLI when importing this list of users?