fix: TypeError When Deleting Nested Data - #402
Conversation
51f2450 to
63251e5
Compare
|
This is an issue when there are two different versions of firebase I believe. |
1 similar comment
|
This is an issue when there are two different versions of firebase I believe. |
|
Yop, it could be. It is in line with the repo´s package.json, i.e. "firebase": "^9.0.0". In this particular erroneous case of mine, the imported one is firebase": "9.9.2", i.e. not 10 or onwards. But the imported /compat variant is to ensure correct functionality. |
63251e5 to
95c3b47
Compare
|
@mesqueeb Hi. Is there a probability of merging in either this one or anything else leading to the resolution of this reported issue? We have, for the time being, resorted to using a forked version of the repo with the fix included, but we would like to switch back to the original one. |
|
@zabakala I'm just not sure this is the correct fix. I'm dependency injecting the firebase instance IIRC. So there must be something going wrong somewhere else perhaps. I will try and have a look this week. |
|
@zabakala can you try with v2.0 which is now compatible with vue3 and firebase v9.0 compat |
Hi. I just ran into an issue when trying to delete nested data.
Properly resolving the import from Firestore resolved the issue. Thx beforehand for taking a look at this PR.