Christina Holland

Results 209 comments of Christina Holland

Revisiting this, looks like the error text is now something like: ``` Module not found: Error: Can't resolve '@firebase/app' in '/Users/chholland/bug-repos/pnp/.yarn/cache/@firebase-database-npm-0.14.0-bfea20510f-099a31491e.zip/node_modules/@firebase/database/dist' ``` The same fix (packageExtensions) works. It's a little...

What's the warning message you're seeing? Skimming through it looks like these packages have `@firebase/app` listed in `peerDependencies`, is that not okay for Yarn PnP? It would have to be...

Got it, thanks so much for the explanation. I think I understand the requirements now and will try to figure out the best way to address them.

Since the difference is between two projects, I don't think we could reproduce or examine the problem without looking at the exact projects involved. Obviously you wouldn't want to share...

Those packages aren't published NPM packages, just placeholders representing different entry points for legacy bundlers, so we didn't add license fields to them. We figured the license of the actual...

I wasn't able to reproduce this. I tried using your simple example and didn't see it, and then since your screenshot shows a more complex example (two sums and two...

Possible relation to "Firebase auth with Facebook does not work on Android" https://github.com/firebase/firebase-js-sdk/issues/8435 ? That issue has a "popup closed by user" instead of a delay, however.

I see "invalid argument" in your screenshotted error message. In your original post I see "Request is missing required authentication credential.". Are these happening at the same time or are...

How do you have access to process.env if it's a web app? What do you mean by "network logs"? Are these two errors happening at the same time? Is this...