0
0
Firebasecloud~5 mins

Phone number authentication in Firebase - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is phone number authentication in Firebase?
Phone number authentication is a method that lets users sign in to an app using their phone number. Firebase sends a code via SMS to verify the user’s identity.
Click to reveal answer
beginner
Why is phone number authentication useful?
It allows users to sign in without remembering passwords. It uses something they have (their phone) to verify identity, making it simple and secure.
Click to reveal answer
beginner
What is the role of the verification code in phone number authentication?
The verification code is sent by Firebase via SMS to the user’s phone. The user enters this code in the app to prove they own the phone number.
Click to reveal answer
intermediate
What is reCAPTCHA in Firebase phone authentication?
reCAPTCHA helps prevent abuse by bots. Firebase uses it silently or visibly to make sure the phone number verification is done by a real person.
Click to reveal answer
intermediate
What happens if the verification SMS is not received?
Firebase allows resending the code after a short wait. Users can also use the auto-retrieval feature on supported devices to verify automatically.
Click to reveal answer
What does Firebase send to verify a phone number?
AA push notification
BAn email with a link
CA phone call with a password
DA verification code via SMS
What is the main purpose of reCAPTCHA in phone authentication?
ATo prevent automated abuse by bots
BTo verify the phone number format
CTo send the SMS faster
DTo store user data securely
Which of these is NOT a step in Firebase phone authentication?
AFirebase sends verification code
BUser enters password
CUser enters phone number
DUser enters verification code
What can a user do if they don’t receive the verification SMS?
AWait and request to resend the code
BChange their email address
CRestart the app without entering phone number
DUse a password instead
What does Firebase use to automatically verify the code on some devices?
AManual code entry only
BEmail confirmation
CAuto-retrieval feature
DVoice call verification
Explain how Firebase phone number authentication works from start to finish.
Think about the steps a user takes and what Firebase does behind the scenes.
You got /5 concepts.
    Describe the security measures Firebase uses to protect phone number authentication.
    Consider how Firebase ensures only real users can verify their phone numbers.
    You got /4 concepts.