/public
/app1
index.html
/app2
index.html
404.html
firebase.json{
"hosting": {
"public": "public",
"rewrites": [
{ "source": "/", "destination": "/app1" }
]
}
}For this you should just alter public to be e.g. public/app1 for that. Rewrites are for serving a specific file for a URL pattern.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c85c8f42-648b-4520-a7e2-502ebf8e2b84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/4837d90b-534a-4508-8960-269fe7acc0c8%40googlegroups.com.