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
When importing users with passwords, UserImportOptions must be specified. But the SDK does not check for this condition correctly. Instead it generates the following error when the user records contain passwords and UserImportOptions is not specified:
.../node_modules/firebase-admin/lib/auth/user-import-builder.js:176 if (!validator.isNonNullObject(options.hash)) { TypeError: Cannot read property 'hash' of undefined....