Last active
July 30, 2018 23:50
-
-
Save jthegedus/94a9790cad177b00860b0f1f8f16871c to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - NextJS example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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