Google Domain - How to remove/disable default domain after adding custom domain? - firebase

I have added custom domain in firebase hosting and still I am able to access the default domain created by firebase. I want to remove that default domain for SEO perspective. How do we remove it?

firebaser here
There is no way to remove the *.firebaseapp.com domain from your Firebase Hosting app.

Related

Use dynamic links on main domain but without transferring to firebase hosting

We have a flutter application in which we integrated "dynamic links".
However, we'd like to activate the links on the main domain (example.com) directly, while keeping the website hosted on another hosting provider than firebase hosting.
So if we pointed the A records to firebase hosting, the website will not be working anymore.
How can this be achieved?
Example: when you search for olx.com.eg in Google, it automatically opens the application if I'm using mobile browser The key point is that they are using the same domain as a dynamic link and for website hosting through AWS
Thanks.

Subdomaining in Firebase Hosting

I have a Firebase project with Hosting enabled. My default url (given by Firebase) is
<PROJECT_NAME>.web.app. How can I also deploy to dashboard.<PROJECT_NAME>.web.app? I want authenticated users to be able to see this special dashboard.<PROJECT_NAME>.web.app url.
Whenever I try adding this as a custom domain, Firebase asks me to add some stuff regarding to web.app, which I can't.
Note: I am using React for my project.
You don't get any control over the web.app subdomain that's automatically created for your project. That is entirely managed by Google. If you want to customize a domain, you will have to register one of your own and manage its DNS for use with Firebase Hosting as described in the documentation.

cannot use some certain subdomain for firebase dynamic link

I am quite new to firebase dynamic links, I was trying to create a firebase dynamic link with a subdomain let's say: apple.page.link, but then it showed an error this subdomain cannot be used by anyone? So what does that mean, are there some certain types of subdomain only that I can use? Do I need to have my own website to create firebase dynamic links?
When adding a subdomain, you need to verify the root domain first.
Please refer to the Firebase Subdomain official documentation:
https://firebase.google.com/support/troubleshooter/hosting/dns/subdomain

Are wildcards allowed in the FirebaseDynamicLinksCustomDomains plist when using a custom domain in firebase dynamic links?

I am setting up dynamic links with custom domains using firebase for unity. In the documentation here, https://firebase.google.com/docs/dynamic-links/ios/receive#open-dynamic-links-in-your-app, I can see that I need to add plist entries to the FirebaseDynamicLinksCustomDomains
key to whitelist these domains in my app.
My question is if I can use a wildcard subdomain here, as my setup includes dozens of custom subdomains, some of which may be created after the app has shipped.
FirebaseDynamicLinksCustomDomains
https://*.firebaselinks.example.com/links/
Will this work to allow opening the app from any subdomain on firebaselinks.example.com ?

Running Wordpress on a subdomain of a URL used for Google App Engine (GAE)

I currently have a Google App Engine application, myapp, to which I have assigned a custom domain, mycustomdomain.com. mycustomdomain.com is currently registered through Google Domains. I set up the custom domain as instructed by Google's docs and it is all working as expected.
Now, I would like to create a subdomain, blog.mycustomdomain.com and point it to my hosting company (i.e. not direct it to my GAE app), where I have a self-hosted Wordpress installation.
I have tried doing this through an NS entry for the subdomain blog through Google Domains, but this does not work.
Could someone direct me if they know how to do this? Thanks.

Resources