I am looking at the following docs to create a user using the Node.js Firebase admin SDK: https://firebase.google.com/docs/auth/admin/manage-users#create_a_user
However, I want to create a user with passwordless (email link) sign-in, not with a password. Is this possible?
What happens if I don't specify a password for the user?
My web-app currently uses passwordless signin, so it works normally.