Skip to content

Instantly share code, notes, and snippets.

@pwenzel
Last active December 7, 2015 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwenzel/4106b05b6f3ddd42d7bc to your computer and use it in GitHub Desktop.
Save pwenzel/4106b05b6f3ddd42d7bc to your computer and use it in GitHub Desktop.
Possible to achieve wildcard redirects in Firebase? (Note: this does not actually work)
{
"firebase": "example-site",
"public": "public",
"redirects": [
{
"source" : "/blog/**/**",
"destination" : "http://blog.example-site.com/$1",
"type" : 302
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment