Support for One-Time Code (Passwordless) Login
Firebase Auth should offer a native one-time code login flow, similar to Azure AD’s Device Code Flow.
This would allow users to authenticate by entering a short code received via email, without clicking links or relying on deep links, which often fail in desktop or web apps.
A simple code-based login would make authentication more inclusive, faster, and reliable for all users, especially those without social accounts or using devices different from their email client.
1
vote