Firebase supports password-less email logins. A user provides their email, and then Firebase emails them a login link.
https://firebase.google.com/docs/auth/web/email-link-auth
However, I don't see any way to change the email text. This is the default:
Sign in to project-XXXX Hello, We received a request to sign in to project-XXXX using this email address. If you want to sign in with your [email protected] account, click this link: Sign in to project-XXXX If you did not request this link, you can safely ignore this email. Thanks, Your project-XXXX team The Authentication > Templates section of Firebase Console only shows the following options. None of them match the text above:

Email templates are only sent to Email/Password users.