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:
SCRYPTSTANDARD_SCRYPTBCRYPTSHA256SHA512SHA1MD5PBKDF_SHA1PBKDF2_SHA256HMAC_MD5HMAC_SHA1HMAC_SHA256HMAC_SHA512Set 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.
Previous
Firebase Authentication in FuegoNext
Emulators