You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to export users created in a FB emulator project to import them into another emulator project and eventually a normal FB project.
I'm trying to use the importUsers() function of the SDK. I got the list of users (with hashed passwords) ready for the import, but I'm stuck at provisioning the UserImportOptions argument, since I'm not sure how to obtain these from a FB emulator project.
There are clear instructions on how to get these Password hash parameters for a normal FB project (link) but I haven't been able to find anything for emulator projects.
Is this possible? Any idea?
Thanks!
The text was updated successfully, but these errors were encountered:
hsuabina
changed the title
[firebase/auth] Is there any way to check what are the _hasing parameters_ set for an emulator project?
[firebase/auth] Is there any way to check what are the Password Hashing Parameters for a FB emulator project?
Mar 12, 2025
Hello,
I'm trying to export users created in a FB emulator project to import them into another emulator project and eventually a normal FB project.
I'm trying to use the importUsers() function of the SDK. I got the list of users (with hashed passwords) ready for the import, but I'm stuck at provisioning the UserImportOptions argument, since I'm not sure how to obtain these from a FB emulator project.
There are clear instructions on how to get these Password hash parameters for a normal FB project (link) but I haven't been able to find anything for emulator projects.
Is this possible? Any idea?
Thanks!
The text was updated successfully, but these errors were encountered: