Search code examples
firebasefirebase-authenticationfirebase-cli

can i import csv with real password to firebase authentication


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

sample of userdata.csv


Solution

  • 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