I have created a cloud function in index.js
. But I want to create a different function in the same app. Can I create a different file or folder and name it differently, say…(functions.js) to create the new function or do I have to create all my functions in the same file index.js?