Popular Posts
-
Introduction I am writing this article as a result of my learning for deploying ASP.NET Core web applications on Linux boxes. There is a ...
-
When The Ringer, a sports and culture publication founded in June 2016 by former ESPN star Bill Simmons, jumped from Medium to Vox Media...
-
by Chris Burt on Thursday, October 6 2016 As the October 10 deadline approaches for non-binding offers for Host Europe Grou...
-
The first season of Westworld ended with one heck of a finale. Alongside the death of Anthony Hopkins' character, the Hosts rose up ...
-
Deutsche Telekom and United Internet are preparing rival bids for German web hosting provider Host Europe Group (HEG) ahead of an Oct. 10 ...
-
Online security is one of the biggest challenges in this hacker heavy digital arena. Security is the first parameter you should reinforc...
-
Advertisement A New Company With Less Experienced CIO Often Fumbles Between Options and Land to Odd Comparison Like Cloud Hosting vs Dedic...
-
(PRLEAP.COM) August 25, 2015 - While the company has offered Shared Hosting services since it was first established, the company decid...
-
This article is part of a web development series from Microsoft. Thank you for supporting the partners who make SitePoint possible. Ther...
-
Pokémon Uranium, a fan-made game featuring 150 new Pokémon, a new region, and more responsive menus, is no longer available through the ...
Blog Archive
- December (19)
- November (25)
- October (28)
- September (26)
- August (28)
- July (31)
- June (26)
- May (27)
- April (28)
- March (30)
- February (28)
- January (31)
- December (31)
- November (30)
- October (31)
- September (29)
- August (44)
- July (56)
- June (53)
- May (54)
- April (48)
- March (55)
- February (44)
- January (3)
- December (5)
- November (5)
- October (26)
- September (25)
- August (29)
- July (26)
- June (18)
- September (1)
About Me
Total Pageviews
Google Firebase Hosting & Custom Domain - The Missing Manual
Why would you spend acquiring a web hosting plan for any Ionic/Angular/Native/Desktop app backed specially by Google Firebase database or any other, when the Google Firebase Cloud Platform comes with one simple but extra ordinary feature - Google Firebase Hosting that too with an option to go with self owned domain.
It took me few minutes to configure and get started with this Wowsome! feature in the Google Firebase Console. I am sharing the steps on how to get one configured for you.
Step 1:
When on your Google Firebase Console switch to Hosting tab which lies under the left vertical navigation bar.
Step 2:
Even though you haven't yet configured any domain and this is your first time you will always see above screen with a Get Started button. Hit this button and continue for two steps.
Step 4:
When you see the above screen hit the Connect Domain button. you will be prompted to add your self owned domain name like below:
After you type in your domain name hit Continue.
Note: You also have an option on this screen to redirect your domain to an existing website which is already running and hosted elsewhere.
Step 5:
Google Firebase wants you to verify the ownership of the domain name you just added to connect. All you need to do is copy paste this record into your domain control setting (DNS) and save as below Godaddy example:
After your domain ownership is verified by Google Firebase you will be shared some settings of A record that you will need to enter into you domain control (DNS) settings as below:
Make sure you remove all existing default entires under A host or else it will not work. If you failed to do so Google will warn you with a message inside Firebase console > Hosting > Connect Domain > Message — "Google Firebase is expecting A record to be xxxx and found yyyy".
Note: Google Firebase configures behind the scenes a SSL certificate (example — https://www.mycustomdomain.com) which takes time, for me everything worked within 24 hours.
Well its time to keep your fingers crossed if all goes well and you followed me correctly you should see below screen when you hit www.mycustomdomain.com in the browser address bar:
You see above screen as there are no files to be served or not uploaded yet, to deploy please see my earlier story on Google Firebase can host your website and single page application
Source: Google Firebase Hosting & Custom Domain - The Missing Manual
0 comments:
Post a Comment