I am facing an issue while installing the "Authenticate with Stream Chat" Firebase extension in a Firebase project.
The extension can be downloaded in the firebase as of now thanks to this- GetStream/stream-chat-js#1725 (comment) - but the related functions they are causing an issue-
Project details:
Region: us-central1
Blaze plan enabled
Required APIs enabled:
Cloud Functions API
Cloud Build API
Cloud Run API
Using same Stream API key/secret as for stream chat account
Issue:
The extension installs partially, but all functions fail deployment with red warning icons in Firebase Functions.
Functions affected:
ext-auth-chat-getStreamUserToken
ext-auth-chat-createStreamUser
ext-auth-chat-deleteStreamUser
ext-auth-chat-revokeStreamUserToken
Error shown:
RESOURCE_ERROR at /deployments/firebase-ext-auth-chat/resources/getStreamUserToken:
Gen1 operation for function projects/project-name/locations/us-central1/functions/ext-auth-chat-getStreamUserToken failed:
Build failed: Build error details not available.
Similar errors occur for all extension functions.
Additional observations:
Deleting and reinstalling the extension leads to the same deployment loop.
Reconfiguring/updating extension does not recreate healthy functions.
Firebase Console shows:
Function deployment failed. Please try again.
Unknown trigger
Red warning icons beside all extension functions
Cloud Build logs are referenced but Firebase UI does not surface actual build errors directly.
Has anyone faced this issue before?
Could this be related to:
Gen1 Cloud Functions runtime compatibility
Cloud Build permissions
Extension runtime configuration
Thankyou for your attention .
I am facing an issue while installing the "Authenticate with Stream Chat" Firebase extension in a Firebase project.
The extension can be downloaded in the firebase as of now thanks to this- GetStream/stream-chat-js#1725 (comment) - but the related functions they are causing an issue-
Project details:
Region: us-central1
Blaze plan enabled
Required APIs enabled:
Cloud Functions API
Cloud Build API
Cloud Run API
Using same Stream API key/secret as for stream chat account
Issue:
The extension installs partially, but all functions fail deployment with red warning icons in Firebase Functions.
Functions affected:
ext-auth-chat-getStreamUserToken
ext-auth-chat-createStreamUser
ext-auth-chat-deleteStreamUser
ext-auth-chat-revokeStreamUserToken
Error shown:
RESOURCE_ERROR at /deployments/firebase-ext-auth-chat/resources/getStreamUserToken:
Gen1 operation for function projects/project-name/locations/us-central1/functions/ext-auth-chat-getStreamUserToken failed:
Build failed: Build error details not available.
Similar errors occur for all extension functions.
Additional observations:
Deleting and reinstalling the extension leads to the same deployment loop.
Reconfiguring/updating extension does not recreate healthy functions.
Firebase Console shows:
Function deployment failed. Please try again.
Unknown trigger
Red warning icons beside all extension functions
Cloud Build logs are referenced but Firebase UI does not surface actual build errors directly.
Has anyone faced this issue before?
Could this be related to:
Gen1 Cloud Functions runtime compatibility
Cloud Build permissions
Extension runtime configuration
Thankyou for your attention .