-->
The user import feature allows you to migrate users into Firebase Authentication from external sources while preserving authentication credentials.
Select Tenant: Choose the target tenant where users will be imported. This step is required if Identity Platform is enabled.
Upload File: Click on the Browse button to select the user data file.
Import Custom Claims (Optional): If the user file does not contain custom claims, specify the default action.
Import with Password: If passwords are included, select the appropriate hashing algorithm.
Supported hashing algorithms:
SCRYPT
STANDARD_SCRYPT
BCRYPT
SHA256
SHA512
SHA1
MD5
PBKDF_SHA1
PBKDF2_SHA256
HMAC_MD5
HMAC_SHA1
HMAC_SHA256
HMAC_SHA512
Set Secret and Salt Separator: If using SCRYPT, Firebase requires these parameters, which can be retrieved from the Identity Platform settings in GCloud.
Set Hashing Parameters: Configure the necessary hashing parameters based on the selected algorithm, such as iterations, memory cost, or other algorithm-specific settings.
Additional Settings (Optional):
Confirm Import: Click Confirm to start the import process.
uid
, email
, phoneNumber
, or other unique identifiers.uid
, email
, phoneNumber
, or other unique identifiers.uid
is imported, the original user data is replaced.email
or other field is present, an additional user is created with the same value.The user export feature allows you to extract user data from Firebase Authentication for backup or migration purposes.
,
).By following these steps, you can efficiently import and export user data while maintaining data integrity and security in Firebase Authentication.