I am working on refactoring some code from node flex environment to Cloud Functions for Firebase. Is there a best practice for having many files worth? Is the best route just using firebase init functions a bunch of times and associating the same project?
That seems like it would make having them all in a single repository messy and difficult. How can I have many files worth of Cloud Functions for Firebase in an organized and maintainable manor?
Thanks in advance.