Closed simeon9696 closed 2 years ago
I found a problem with deep function trees - the name generator wasn't formatting quite properly - only the FIRST "/" in the path was converted to "-" (the camelCase was working properly, node 8 or 10). I've created a pull request to fix this; waiting for it to be expected; currently using a local copy to get around this. If I don't see action in a week or so I guess I'll have to release my own package.
@LeadDreamer thanks for your work! Let's hope it gets added soon.
@LeadDreamer @george43g Hi! any update on this?
Hey guys, just cleaning up old issues - newer versions of this package have fixed the deeply nested issue.
Hey! This is a really sweet package and I would like to use it in my JS project. I couldn't find much reference to JS in the docs and I'm a bit of a beginner so I apologise if this question is straightforward.
I set up the folder structure as mentioned:
And inside of index.js all I have is, taken from this issue, :
All my functions are structured like below:
But if I run firebase deploy it starts up and then exits:
firebase deploy --only functions
I'm running Node v10 and I tried putting the
api
folder into a folder namedsrc
flag I'd appreciate any assistance on this.