3

I'm trying to add a url prefix for dynamic links in Firebase but I'm getting this error:

enter image description here

But I don't understand this because I think a site has been created:

enter image description here

What am I missing here?

1 Answer 1

2

First off, a domain for URL prefix should only contain lowercase letters and numbers, 3 to 100 characters long.

It's also not possible to use web.app or firebaseapp.com domains, because the are owned by Firebase and there's no way to modify their configuration.

On the other hand, you may use the domain page.link provided by Firebase for free or use your own domain hosted in Firebase Hosting.

Lastly, be mindful that Firebase Dynamic Links is deprecated and should not be adopted in projects that don't already use it. This service will shut down on August 25, 2025.

Sign up to request clarification or add additional context in comments.

4 Comments

In that case is there any way to modify the apple-app-site-association file for the page.link domain?
I think it's possible using this solution: github.com/firebase/firebase-tools/issues/…
That solution requires a custom domain. That’s why I was trying to use the web.app domain but I guess I’ll need to look into how to use an actual custom domain that I own.
Yeah. You're correct. That's for custom domain.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.