Christina Holland

Results 209 comments of Christina Holland

I can't reproduce it on my end after messing around with various db versions and trying to force it into an odd state. Can you share anything about your code?...

Everything looks correct and I can't reproduce it with a similar setup. I can try to wrap `db.createObjectStore()` in more error handling, but no guarantee that will fix your problem...

That is odd. Does `node_modules/idb/build/index.cjs` exist in your project? I did a quick install of 9.8.1 into a clean project and I do see it. Also, searching around, I found...

> I have the same issue, as already mentioned in the PR comments. Once upgraded to 9.8.0 or 9.8.1, the error pops up. The file is there, it exists, but...

I'm going to close this issue as it can be fixed by changing the Metro config. Feel free to let me know if there is anything the Firebase JS SDK...

Can @mfellner report the suggested package.json fix to the idb repo (https://github.com/jakearchibald/idb) and see if the maintainer thinks it's a good fix, or if another fix can be done? Or...

Sorry if it was just a typo but you can't `import firebase from 'firebase/app'` in version 9. Version 9 was a breaking change and the import syntax has changed drastically....

Is there any way you can get the line number or text of the Firebase code that is causing the problem? We can try to look into this ourselves but...

> @hgarcia101685 and @hsubox76 you can search in the following snippet: > > ```js > /** > * @license > * Copyright 2019 Google LLC > * > * Licensed...

Hi, Firebase JS SDK's latest version is 9.8.2, did you mix up version numbers with another library?