Search code examples
firebasefirebase-hosting

Type, Name, value in godaddy firebase


I created a firebase hosting called abcd-1c8d2.firebaseapp.com

bought a domain in godaddy (abcd-sample.com)

Now, how do I configure the DNS in godaddy for CNAME? What should be value of name, and value? I believe the type should be CNAME, name should be what? wwww or abcd-sample.co and value should be abcd-1c8d2.firebaseapp.com? I tried, it's not working.


Solution

  • I tried with CNAME but it's not work, I used A records and it work now: Add two more A records on your godaddy with

    A records 1:

    Type: A records
    Host: abcd-sample.com
    Value: 151.101.1.76
    

    A records 2:

    Type: A records
    Host: abcd-sample.com
    Value: 151.101.65.76
    

    Check images below for details:

    Firebase Config:

    Firebase Config

    Godaddy Config:

    Godaddy Config: