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
Deploy a function using the Firebase CLI using firebase-tools v13.15.4.
[REQUIRED] Steps to reproduce
Upgrade to firebase-tools v13.15.4.
Deploy any function using the Firebase CLI: firebase deploy --only functions
The prompt with the question "Do you accept the Firebase Extensions User Terms of Service? (Y/n)" appears.
Deploy any function again using the same method.
The same prompt appears.
[REQUIRED] Expected behavior
Either save the reply the first time we answer the prompt.
Or have a special option like --skipExtensionsTOS.
[REQUIRED] Actual behavior
The prompt appears every time we deploy a function using the Firebase CLI. Stalling our deployment scripts.
Note that -f & --force don't solve this issue, due to the fact that these options also "delete Cloud Functions missing from the current working directory", and I only mean to bypass the extensions TOS prompt.
The text was updated successfully, but these errors were encountered:
Hey everyone, apologies for the trouble here. We're rolling out a new way to declare extensions from within your functions codebases soon, and this change was meant to se the table for that. However, it ended up negatively users who installed extensions via the console and deploy only their functions via CLI. We're reverting this behavior change for now and will release a version today to get the changes out(dee2c89).
Later, we'll revisit this feature and will roll it out again in a less disruptive way.
Environment info
firebase-tools: 13.15.4
Node.js: 20.14.0
Platform: Windows
[REQUIRED] Test case
Deploy a function using the Firebase CLI using firebase-tools v13.15.4.
[REQUIRED] Steps to reproduce
firebase deploy --only functions
[REQUIRED] Expected behavior
--skipExtensionsTOS
.[REQUIRED] Actual behavior
The prompt appears every time we deploy a function using the Firebase CLI. Stalling our deployment scripts.
Note that
-f
&--force
don't solve this issue, due to the fact that these options also "delete Cloud Functions missing from the current working directory", and I only mean to bypass the extensions TOS prompt.The text was updated successfully, but these errors were encountered: