Connect a Custom Domain Google Firebase Hosting

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 64

  • @friendstech3069
    @friendstech3069 3 года назад +6

    Thank you so much...Good job....Keep it up

  • @gopalnarayanan5585
    @gopalnarayanan5585 3 года назад +6

    Godaddy + Firebase Hosting is the best pair ever !

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      Firebase hosting works well with all hosting providers some are just more complicated to get it working.

  • @Sds518
    @Sds518 4 года назад +6

    Very straight forward thank you

  • @jagtarsingh2058
    @jagtarsingh2058 Год назад +1

    Thank you bro, short and best

  • @proflead
    @proflead 6 месяцев назад +1

    Simple and easy! :)

  • @jhon.bianchi
    @jhon.bianchi 4 года назад +1

    You ROCK!

  • @tendies
    @tendies 4 года назад +2

    Thank you!

  • @amrutapatil4127
    @amrutapatil4127 3 года назад +1

    thaaaaaank uuu veryy much broo

  • @TheBorninmotion
    @TheBorninmotion 4 года назад +2

    Thank you! Helped me a lot ! Do we need TXT record when domain is parked ?

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      This may vary on your domain provider setup.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  2 года назад

      you need to delete all old entries per firebase instructions in the video on your domain hosting control panel to avoid DNS COonflicts

  • @brnx3973
    @brnx3973 3 года назад

    How long did it take to adopt TXT? (2:14)

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      It takes 4 hours to 24 hours (based on your time zone sometimes, what time you had submitted, this is my personal observation, no POC to prove my observation though) but it works post 24hours, if not then you may have made some mistake in config.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  2 года назад

      24 to 48 hours

  • @tranquillityEnthusiast
    @tranquillityEnthusiast 3 года назад +1

    is that the godaddy website that you add the txt text??..

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      Not (website hosting panel) it's the (domain name) control panel of GoDaddy where we are adding a TXT Record.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  2 года назад

      custom domain from godaddy

  • @fakhrimouelhi1348
    @fakhrimouelhi1348 3 года назад +1

    how can i access dns managment you edited that part out ?

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      Access to DNS management is controlled by your type of domain hosting provider, you need to contact your domain host support to gain access and modify, if you are finding it difficult.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  2 года назад

      Check with your domain name service provider

  • @nzibukarnold1486
    @nzibukarnold1486 4 года назад +1

    where are configuring the DNS from?

  • @youknow1098
    @youknow1098 2 года назад

    Hi sunil what is the name of this background music? thanks

  • @ssaisrikanth
    @ssaisrikanth 3 года назад

    heywhere did u actually go and change ur dns management

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      Your "domain" control panel > DNS setting, provided by the vendor you purchased your domain name from, the one in the video is GoDaddy, what's yours?

  • @swethaui7443
    @swethaui7443 3 года назад

    Great job, thanks for the video.
    I am not able add 2 values for A type, and seeing some error, so i added different names one is with '@' and the second one with 'www', and then once my domain is active, i am seeing few errors;
    1. your connection is not private(This page is not secure (broken HTTPS Certificate - missing),
    2. We couldn't find the A records we expected for your domain. Please help me out

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      Thank you for the feedback, May I please know your domain host provider? and make sure you always keep a screen grab of default domain DNS records setting so you can rollback in case of disaster.

    • @swethaui7443
      @swethaui7443 3 года назад

      @@Full_Stack_Dev_Sunil Thanks for the response, the domain provider is google. And i cleared the cache, so it worked after sometime. Not sure what the exact issue was.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад

      @@swethaui7443 It takes 4hours to 48hours for the DNS to reset and update themselves. Always test in the incognito mode of your browser when playing with DNS.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  2 года назад

      Only use @ for host not www it takes 24 to 48 hours to update on the firebase side to update SSL Certificate, if not make sure you followed the steps as in the video. Please let me know your updates and i shall help you based on the issues you may face again

  • @galaxyumeadi2266
    @galaxyumeadi2266 3 года назад

    Can I use freenom domain for this?

  • @DDSITABHATABALLIA
    @DDSITABHATABALLIA 2 года назад

    How that record one comes

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  2 года назад

      Sorry please elaborate your question and I shall be to help you, Sir

  • @abhilakshsingh83
    @abhilakshsingh83 3 года назад

    Sir, how did you add HTTPS?

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад +3

      Firebase Hosting provisions an SSL certificate for each of your domains and serves your content over a global CDN.
      After Firebase verify domain ownership, Firebase provision an SSL certificate for your domain and deploy it across Firebase global CDN within 24 hours after you point your DNS A records to Firebase Hosting.
      Your domain will be listed as one of the Subject Alternative Names (SAN) in the FirebaseApp SSL certificate. You can view this certificate using the browser's security tools. While the domain is provisioning, you might see an invalid certificate that does not include your domain name. This is a normal part of the process and will resolve after your domain's certificate is available.
      Read more here >> firebase.google.com/docs/hosting/custom-domain

    • @abhilakshsingh83
      @abhilakshsingh83 3 года назад +1

      @@Full_Stack_Dev_Sunil Alright, thanks a lot for the infomation.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад +1

      Please do let me know if this information resolved your issue.

    • @abhilakshsingh83
      @abhilakshsingh83 3 года назад +1

      @@Full_Stack_Dev_Sunil Yes sir, it certainly did. Thanks again.

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  3 года назад +2

      Thank you for updating me, i'm glad it worked for you.

  • @sandwichtube
    @sandwichtube Год назад

    where is that my domains page that you got out of nowhere?

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  Год назад

      products > domains
      Note: it depends on your domain service provider i am using go daddy you can check with the tech support of your domain service provider. Still the process remains same for all, irrespective of domain service provider

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  Год назад

      it depends on your domain service provider i am using go daddy you can check with the tech support of your domain service provider. Still the process remains same for all, irrespective of domain service provider

  • @haithammuhamad7892
    @haithammuhamad7892 2 года назад

    is ssl certiication free ??

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  2 года назад

      When you add a custom domain to your Firebase project in the Firebase console, Google implements Let's Encrypt for you behind the scene which automatically gets updated when it expires. Fyi...Let's Encrypt is open source and free for more info please visit (letsencrypt.org). You can request any web hosting provider 's Tech support team by raising a support ticket to install Let's Encrypt for your hosting plan even if the hosting is on a shared hosting server, my website for example(iot-developer.in)

  • @ravindrachorge
    @ravindrachorge 3 года назад +2

    Thanks SUnil, i did the mentioned steps and now status is pending on firebase, will check again after 24 hours. Thanks again!

  • @sumitthakur7216
    @sumitthakur7216 4 года назад

    still showing can't verify

    • @Full_Stack_Dev_Sunil
      @Full_Stack_Dev_Sunil  4 года назад +1

      You domain name provider settings are not configured correct please try the the steps again or Please share more info to resolve your issue, thanks!