I want to add multiple users with pre define paswword to Firebase Authentication project
I know it can be done using Hash password but in my case i have the real password not the generated hash password
can i user firebase auth:import
to upload using realpassword or are there any way to convert real password to hash password using my project hash parameters ??
for example
I did the below work around
I stored all users data in excel sheet
Then I loop in sheet data and called sign up method for each row