By default, Cloud functions start on main.js file, however, if you wish a more organized project, you can set them on other file and just import using the require('./nameFile.js')
function at your main file.
By default, Cloud functions start on main.js file, however, if you wish a more organized project, you can set them on other file and just import using the require('./nameFile.js')
function at your main file.
Comments
0 comments
Please sign in to leave a comment.