Christina Holland

Results 209 comments of Christina Holland

The problem is that you are importing 2 separate bundles of `firebase/database`. You have imports from `firebase/database` in both index.tsx and in deps/build/firebase.js (generated file). Unfortunately, when you build deps/build/firebase.js,...

It looks like it's not finding a file at `http://localhost:4200/firebase-messaging-sw.js`. I don't know how your development server is configured but I think most React apps aren't set up to automatically...

Your repro project was missing a lot of files (favicon.ico, src/assets/, .babelrc, main.jsx, index.html, among others) and doesn't build. I'm not sure if you removed them for sharing or if...

Your repro files include a lot of references to imports that aren't there in a starter remix app, and I don't see where "action" is called. I removed those and...

Error is thrown here: https://github.com/firebase/firebase-js-sdk/blob/dc11a27618819396944368f421dcbcb62c395f07/packages/installations/src/helpers/refresh-auth-token.ts#L49 Comment on the function indicates this function should only be called if the installation is registered, and the 2 calls that I see seem to...

`RulesTestEnvironment` is a TypeScript type, and it's not in the actual JS file (index.cjs.js) but in the typescript definitions file (index.d.ts), which would only be read by a TypeScript compiler....

There are two ways we can dig further into this: (1) On your end, you can create a test app that does not use Firebase and only performs a reCAPTCHA...

I'll have to consult a firestore team member about if this is indicative of anything but I don't think it's related to the App Check issue, since Firestore (1) hits...

So I talked to a Firestore team member and it's unlikely the Firestore errors are related to the App Check errors. I would suggest making another issue for the Firestore...

> `"Firebase: Error thrown when reading from IndexedDB. Original error: Error looking up record in object store by key range. (app/idb-get).` > `Unhandled Promise Rejection: AbortError: AbortError` Is this a...