Christina Holland
Christina Holland
Whatever the specific environment is, if anyone who has that environment can go into it (interactively with dev tools, or write a simple test file) and do some tests by...
If you take a look at the linked issue in the Firebase JS SDK (https://github.com/firebase/firebase-js-sdk/issues/5674), users are reporting that setting extractLicenses to true fixes this. I'm not sure why, and...
We need to update the [Updating Documentation](https://github.com/firebase/firebase-js-sdk/pull/5646) section and keep the current section as "how to update compat docs" and move it lower, and add a new, top section on...
If I recall, the reason for it is that otherwise it won't be restrictive when you're using a standard event name, it'll use the same loose typing when given any...
Anyone running into this issue, can you try `validateIndexedDBOpenable()` in the environment that is causing the problem and see what it returns? If you are getting this error, and it...
Hm, I'm not familiar with turbo but I built a webpack test app with those imports and compiled it in webpack's "production" mode: ``` import {initializeApp} from "firebase/app"; import {getFirestore}...
Metro said they added support for CJS in July/August 2022 (https://github.com/facebook/metro/pull/770) so I'm guessing this issue is fixed and the workaround shouldn't be needed anymore. Let me know if I'm...
So when I install the latest version of `firebase-admin` with Yarn2 into a new project, this is the only dependency warning I get: ``` ➤ YN0000: ┌ Resolution step ➤...
Right now it's designed to only work with http, but can you tell me more about your use case and why you would like to use https with `useEmulator`?
Thanks @fkolar for the repros, by the way, they were very helpful. The one bit of info I can offer is that the Jest test grabs the Node CJS bundle...