Skip to content

Instantly share code, notes, and snippets.

@jthegedus
Last active July 30, 2018 23:50
Show Gist options
  • Save jthegedus/94a9790cad177b00860b0f1f8f16871c to your computer and use it in GitHub Desktop.
Save jthegedus/94a9790cad177b00860b0f1f8f16871c to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - NextJS example
{
"hosting": {
"public": "src/public"
},
"functions": {
"source": "src/functions"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment