Support firebase.js
along with firebase.json
#5232
Replies: 3 comments 2 replies
-
Isn't this a part of firebase-tools? |
Beta Was this translation helpful? Give feedback.
-
@jeremytenjo Can you provide more detail to help me understand your use case? Setting output directory sounds like the job of the build tools, not the JS SDK. Do you mean something else? |
Beta Was this translation helpful? Give feedback.
-
As Feiyang wrote, this is in the wrong section - but it's easy to be confused with the JS SDK vs. CLI differences, at first. A brief reply to your question, though. What you're suggesting is good, but it's not hard even now to read in
You need to be careful whether expected fields really are there - but that would be the same with As a fellow user of Firebase, I would not advocate a change, since it adds complexity to the Firebase (CLI) code base. |
Beta Was this translation helpful? Give feedback.
-
Supporting
firebase.js
would allow us to use global variables to set port numbers, output build directories, etc.For example
firebase.js
could share
outputDir
withwebpack.config.js
Beta Was this translation helpful? Give feedback.
All reactions