I'm trying to add a url prefix for dynamic links in Firebase but I'm getting this error:
But I don't understand this because I think a site has been created:
What am I missing here?
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.