0
0
Firebasecloud~5 mins

Custom domain configuration in Firebase - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a custom domain in Firebase Hosting?
A custom domain is a web address you own that you connect to your Firebase-hosted site, so visitors see your own URL instead of the default Firebase URL.
Click to reveal answer
beginner
What is the first step to connect a custom domain to Firebase Hosting?
You add your domain in the Firebase Console under Hosting, then verify you own the domain by adding a DNS record at your domain provider.
Click to reveal answer
beginner
Why do you need to update DNS records when configuring a custom domain?
Updating DNS records tells the internet to send visitors to Firebase servers when they enter your domain name, linking your domain to your Firebase site.
Click to reveal answer
intermediate
What type of DNS records are commonly used to connect a custom domain to Firebase Hosting?
You usually add A records pointing to Firebase IP addresses or CNAME records pointing to Firebase hosting URLs, depending on your domain setup.
Click to reveal answer
beginner
How does Firebase handle HTTPS for custom domains?
Firebase automatically provisions and renews SSL certificates for your custom domain, so your site is secure with HTTPS without extra setup.
Click to reveal answer
What is the purpose of verifying domain ownership in Firebase?
ATo prove you control the domain before linking it to Firebase Hosting
BTo enable Firebase billing for the domain
CTo create a new domain name
DTo delete the domain from Firebase
Which DNS record type is NOT typically used to connect a custom domain to Firebase Hosting?
AMX record
BCNAME record
CA record
DTXT record
What does Firebase do automatically after you connect a custom domain?
ACreates a new Firebase project
BChanges your domain registrar
CProvisions an SSL certificate for HTTPS
DDeletes your default Firebase URL
Where do you add DNS records to connect your domain to Firebase?
AIn the Firebase Console
BIn your website code
CIn your Firebase project settings
DAt your domain registrar or DNS provider
What happens if you don’t update DNS records after adding a custom domain in Firebase?
AYour site will still work with the custom domain
BVisitors will see an error or the old site
CFirebase will update DNS automatically
DYour domain will be deleted
Explain the steps to configure a custom domain for a Firebase Hosting site.
Think about what you do in Firebase and what you do at your domain provider.
You got /5 concepts.
    Why is it important to update DNS records when setting up a custom domain with Firebase?
    Consider how the internet knows where to send visitors.
    You got /4 concepts.