Lahiru Maramba

Results 268 comments of Lahiru Maramba

Hey @acrobid, thank you for your contribution we appreciate it! I don't think this feature is currently supported by the BE REST service so adding it to the SDK wouldn't...

As a workaround, could you fix the issue by setting the databaseId? ```js getFirestore(app: FirebaseApp, databaseId: string); ``` (or see: https://github.com/firebase/firebase-admin-node/issues/2563#issuecomment-2994418683)

Hey folks, this is due to a bug in Node `v22.7.0` https://github.com/nodejs/node/issues/54518 It should be fixed in `v22.8.0`, which they plan to release next week https://github.com/nodejs/node/pull/54560#issuecomment-2318836543 I am closing this...

If you are still having this issue please provide us with a minimal repro so we can investigate. Thanks!

Hey @jonathanedey, could this be related to https://github.com/firebase/firebase-admin-node/pull/2648?

Hey @tinyscratch if you are still having this issue please reach out to https://firebase.google.com/support/troubleshooter/contact/ and file a support request so the relevent teams can take a look. Thanks!

I think the principal (user) trying to impersonate the service account should also have the `Service Account Token Creator` role. See: https://stackoverflow.com/a/76378259 The official docs are here: https://cloud.google.com/docs/authentication/use-service-account-impersonation#required-roles > To...

Thank you @hermanho for reporting this issue and for submitting a fix in #2689 We really appreciate your time!

> Thanks! I noticed in the meantime that your issue was raised after the release of the change on HTTP2, which I strongly suspect is the cause of the regression...

Hey @madhanmaaz , thank you for reporting this issue. We don't have a direct dependency to `whatwg-url` in this SDK. I believe it is a transient dependency from `firestore`. Let...