- Vue.js 2 and Bootstrap 4 Web Development
- Olga Filipova
- 261字
- 2021-07-08 10:01:05
Extra mile – connecting your Firebase project to a custom domain
It's fairly easy to connect the Firebase project to a custom domain. First of all, of course, you need to buy this domain. For this application, I bought the pleaseintroduceyourself domain with the cheapest top-level domain, .xyz
. It cost me a bit more than a dollar per year on GoDaddy (https://godaddy.com). After you have your domain, it's really easy. Go to the Firebase web console of the project. Click on the Hosting tab on the left-hand side. Then, click on the CONNECT DOMAIN button:

Click on the CONNECT DOMAIN button
In the popup, input your domain name:

Input your domain name
It will suggest that you add a TXT DNS record to your domain. Just open your DNS provider page, select your domain, find out how to add DNS records, and add the record with the TXT
type. In my case, with GoDaddy, the record adding section looks like this:

Adding the DNS TXT record to our domain
After the handshake is established (mind, it might take some time), Firebase will propose you the final step—adding the A record to your domain. Follow the exact same procedure as in the previous step; just instead of records of type TXT
, add records of type A.
It will take some time until the changes are completely propagated. In my case, it took around an hour. After a while, you will be able to open your new page with the https://<your domain>.<your top level domain>
address. In my case, as you already know, it's https://pleaseintroduceyourself.xyz/.
- Bootstrap Site Blueprints Volume II
- 神經(jīng)網(wǎng)絡(luò)編程實戰(zhàn):Java語言實現(xiàn)(原書第2版)
- Vue.js 3.0源碼解析(微課視頻版)
- INSTANT OpenNMS Starter
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- 算法訓(xùn)練營:提高篇(全彩版)
- Cocos2d-x學(xué)習(xí)筆記:完全掌握Lua API與游戲項目開發(fā) (未來書庫)
- Asynchronous Android Programming(Second Edition)
- 深入分布式緩存:從原理到實踐
- Android高級開發(fā)實戰(zhàn):UI、NDK與安全
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計與實現(xiàn)原理
- Java EE項目應(yīng)用開發(fā)
- PostgreSQL 12 High Availability Cookbook
- Elasticsearch搜索引擎構(gòu)建入門與實戰(zhàn)
- Java EE輕量級解決方案:S2SH