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?
✗ Incorrect
Verifying ownership ensures only the rightful owner can connect the domain to Firebase Hosting.
Which DNS record type is NOT typically used to connect a custom domain to Firebase Hosting?
✗ Incorrect
MX records are for email routing, not for connecting websites to hosting services.
What does Firebase do automatically after you connect a custom domain?
✗ Incorrect
Firebase automatically sets up SSL certificates so your site is secure with HTTPS.
Where do you add DNS records to connect your domain to Firebase?
✗ Incorrect
DNS records must be added where your domain's DNS is managed, usually your domain registrar.
What happens if you don’t update DNS records after adding a custom domain in Firebase?
✗ Incorrect
Without DNS updates, the internet won’t know to send visitors to Firebase, so the custom domain won’t work.
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.