- 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/.
- Mastering Python High Performance
- Python編程與幾何圖形
- Microsoft Azure Storage Essentials
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成
- BeagleBone Robotic Projects(Second Edition)
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- Android編程權(quán)威指南(第4版)
- JBoss AS 7 Development
- 輕松學(xué)Scratch 3.0 少兒編程(全彩)
- 深度學(xué)習(xí):基于Python語言和TensorFlow平臺(視頻講解版)
- Visual Basic 開發(fā)從入門到精通
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)
- SFML Essentials
- GitHub Essentials
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計算及數(shù)據(jù)分析