Christina Holland
Christina Holland
It may be difficult to reproduce your Tizen setup on our end so can I ask you to make a similar test app that does not use Firebase but makes...
So it seems like there's 2 issues: 1) The param type is wrong. The internal implementation of this function does allow for `string | null` and the public-facing wrapper function...
Can you clarify what "clear website cookies from Chrome address bar" means? Do you mean url params? Or do you mean clearing cookies with Chrome dev tools? Or do you...
I think there's 2 places in messaging that call installations methods that could throw this error: https://github.com/firebase/firebase-js-sdk/blob/497d34c8472a19cb8baca56985c98346e5a4727d/packages/messaging/src/helpers/logToFirelog.ts#L162 and https://github.com/firebase/firebase-js-sdk/blob/497d34c8472a19cb8baca56985c98346e5a4727d/packages/messaging/src/internals/requests.ts#L157 Tracing these back, it looks like one of the paths that...
Those 3 places you pointed out are the correct places to change, and although you are not using the v9 API, the compat API actually wraps the v9 API so...
I am transferring this issue to the `firebase-admin-node` repo, as this is about the `firebase-admin` package.
Hi, looks like this is an issue about deploying Firebase Functions using the CLI so I think the repo you are looking for is [firebase-tools](https://github.com/firebase/firebase-tools) which is the code for...
Transferring this issue to the correct repo.
Sorry, I meant the file path, like for example `node_modules/firebase/firebase-app-compat.js`. I can't seem to find code like that in any of our built bundles, but there are a lot of...
Thanks! Fortunately it looks like Meteor didn't minify `addComponent` so I think I've been able to trace it down to this line of code https://github.com/firebase/firebase-js-sdk/blob/9b9875c97f4cf3317b4c2e65e0bdd223017f3a46/packages/app/src/api.ts#L163 `_components` is a Map. In...