You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Ignore 'functions' directory in a Firebase project without a functions config in firebase.json (#6555)
Historically, Firebase CLI reserved directory named `functions` inside a Firebase project directory for use by Cloud Functions for Firebase. This meant that if `functions` directory exists, it was assumed to hold CF3 source code.
However, we recognize that there are valid use case for using `functions` directory name, especially in monorepo-like setups.
With this change, Firebase CLI will only reserve `functions` directory when there is a `functions` configuration entry in firebase.json that does not specify the `source` directory.
This change will be released in the next breaking change of the Firebase CLI (v13).
Fixes#6450
0 commit comments