# Seamlessly Connecting Your GoDaddy Domain to Firebase Hosting: A Step-by-Step Guide

Today we are going to see how we can connect our Flutter Web App hosted on Firebase Hosting to Godaddy. As you know from my [previous article](https://harishkunchala.com/efficient-manual-deployment-of-firebase-web-to-hosting-a-step-by-step-guide) this is the Flutter App on my Firebase Hosting:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713759478896/3610b0ab-b13e-47eb-bc68-71dcc1b7172d.png align="center")

### Connecting the Domain:

From our Firebase Hosting page. Click on the add a custom domain button to enter the setup:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713759724511/75b0cdfd-4435-4cda-a76f-46a2c0036b44.png align="center")

Here I am entering the domain that I'll use:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713759828019/83af6aae-801c-4dba-9dea-525676545c10.png align="center")

**Regarding Redirect: (www)**

If we want [www.picturemenu.app](http://picturemenu.app) to go to [picturemenu.app](http://picturemenu.app) then we can setup the redirect. But you can do the setup in Godaddy. As I'll show later.

**Now we enter setup mode:**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713762935570/2d4ce024-e143-47da-b9a9-5e4fea4fdd6d.png align="center")

So we have to update all of these values into Go daddy.

### Godaddy Settings:

After you login to Godaddy, checkout my products under your account:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713763331481/c1d77da4-069a-4cd4-81eb-a179f6445dc1.png align="center")

You'll see a list of your domains and from your domains go to DNS settings:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713763491692/918c347c-5485-4598-8639-d3cc425f0b52.png align="center")

Once we get into the DNS settings. We can see that the <mark>www rerouting is already setup in Godaddy.</mark>

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713763631638/dd987763-7652-49a1-b5c2-44103bef63af.png align="center")

**Adding the records:**

Now add each and every record from Firebase Hosting Quick setup screen.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713763877933/3ff0475c-1c65-4df0-a584-04c0c916d8c5.png align="center")

And that's it. Your site should be completely setup:  

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1713765296771/c026d0ba-edf7-4561-b380-4eae45e5b444.png align="center")

<mark>Now keep in mind that a site can take up to 24 hours before Firebase can mint a certificate. So make sure to check back after 24 hours.</mark>

And you have finally connected your Godaddy domain to your Firebase Hosted App 🎉.
