Recall & Review
beginner
What is Facebook sign-in in Firebase?
Facebook sign-in in Firebase allows users to log into your app using their Facebook account, making login easy and secure without creating a new password.
Click to reveal answer
beginner
Which Firebase service handles Facebook sign-in?
Firebase Authentication handles Facebook sign-in by connecting your app with Facebook's login system and managing user sessions.
Click to reveal answer
intermediate
What do you need to set up before enabling Facebook sign-in in Firebase?
You need a Facebook Developer account, create a Facebook app, get the App ID and App Secret, and configure these in Firebase console under Authentication providers.
Click to reveal answer
intermediate
How does Firebase use the Facebook access token during sign-in?
Firebase uses the Facebook access token to verify the user's identity with Facebook and then creates a Firebase user session based on that verification.
Click to reveal answer
advanced
What is a common error when Facebook sign-in fails in Firebase?
A common error is misconfigured OAuth redirect URIs or incorrect Facebook App ID/Secret, which prevents Firebase from verifying the Facebook login.
Click to reveal answer
What is the first step to enable Facebook sign-in in Firebase?
✗ Incorrect
You must first create a Facebook app to get the App ID and Secret before configuring Firebase.
Which Firebase feature manages Facebook sign-in?
✗ Incorrect
Firebase Authentication manages user sign-in including Facebook sign-in.
What does Firebase use to verify a Facebook user during sign-in?
✗ Incorrect
Firebase uses the Facebook access token to verify the user's identity.
Where do you configure Facebook App ID and Secret for Firebase sign-in?
✗ Incorrect
Facebook App ID and Secret are configured in Firebase Authentication providers.
What is a common cause of Facebook sign-in failure in Firebase?
✗ Incorrect
Misconfigured OAuth redirect URI often causes Facebook sign-in failures.
Explain the steps to set up Facebook sign-in in Firebase from scratch.
Think about what you need on Facebook and Firebase sides before coding.
You got /5 concepts.
Describe how Firebase uses the Facebook access token during the sign-in process.
Focus on token flow and verification.
You got /4 concepts.