Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks Doug, item 2 was the helpful one. My index.js was laying outside the functions folder. Commented Feb 27, 2018 at 21:07
  • also stackoverflow.com/questions/43020173/… Commented Mar 16, 2020 at 8:45
  • In my case I'm using typescript and firebase deploy was not building the lib folder again. I guess it was caused by a interface I was importing ouside of the functions folder scope. I delete the lib folder and remove this interface and I looks like it's back to normal Commented Aug 30, 2020 at 1:21