Firebase offers several ways for users to sign in. Which provider allows users to sign in using their phone number?
Think about which method uses SMS codes to verify users.
Phone Authentication uses SMS messages to verify the user's phone number and sign them in.
When a user signs in anonymously, what is the behavior of their authentication state?
Anonymous sign-in is often used to let users try the app before registering.
Anonymous Authentication creates a temporary user ID that can later be linked to a permanent account.
Among Firebase Authentication providers, which one uses OAuth 2.0 tokens to authenticate users?
OAuth 2.0 is a common protocol used by major identity providers.
Google Sign-In uses OAuth 2.0 tokens to authenticate users securely.
If a user signs in with Google and later with email/password, how does Firebase manage these identities?
Think about how users can sign in with different methods but keep the same profile.
Firebase supports linking multiple authentication providers to one user account to unify identities.
For an app that wants users to try features without signing up or providing credentials, which Firebase Authentication provider is most appropriate?
Consider which provider creates temporary user sessions without requiring sign-up.
Anonymous Authentication allows users to use the app temporarily without credentials, ideal for trials.