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
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
I'm not very familiar with this codebase but my guess is that this fix could work here as well. Otherwise I would suggest pinning the google-gax version to something like ~4.2.1.
Environment details
@google-cloud/bigtableversion: 5.0.0google-gaxversion: 4.3.0Steps to reproduce
firebase-tools reported a similar issue at google-gax which they were able to solve by changing their config:
I'm not very familiar with this codebase but my guess is that this fix could work here as well. Otherwise I would suggest pinning the google-gax version to something like
~4.2.1.Thank you!