Firebase Dynamic Links subdomain config
问题 Let's say I have a domain example.com . And I created a second website through hosting and cli as sub.example.com . { "hosting": [ { "target": "app", "public": "public", "rewrites": [ { "source": "**", "destination": "/index.html" } ] }, { "target": "promos", "public": "public", "appAssociation": "AUTO", "rewrites": [ { "source": "**", "dynamicLinks": true } ] } ] } Now when I go to create Dynamic Link for sub.example.com without any path prefix, it gives me a red flag saying: It looks like