Extension Deployment Fails Due to Unrecognized Default Bucket Name Change from *.appspot.com
to *.firebasestorage.app
#8152
Labels
*.appspot.com
to *.firebasestorage.app
#8152
[REQUIRED] Environment info
firebase-tools:
13.29.2
Platform:
macOS
[REQUIRED] Test case
Add the following content to
firebase.json
:Create
extensions/delete-user-data-firestore-users-v1.env
with the following content:[REQUIRED] Steps to reproduce
Deploy the extension:
[REQUIRED] Expected behavior
The deployment should succeed.
[REQUIRED] Actual behavior
The deployment fails.
The full log is available here:
firebase-debug.log
I think the issue is with the bucket name.
In September 2024, it was announced that the default bucket name would change from
*.appspot.com
to*.firebasestorage.app
.https://firebase.google.com/docs/storage/faqs-storage-changes-announced-sept-2024#all-changes-default-storage-bucket
Indeed, the bucket name for my project is
*.firebasestorage.app
.I think this name change is not being considered.
firebase-tools/src/extensions/provisioningHelper.ts
Line 133 in 4cd0645
The text was updated successfully, but these errors were encountered: