Scott Prue
Scott Prue
@AlanMendicutti - is there a reason for the import of cypress-firebase within the test itself? That could cause issues Is the rest of stack available in the error? I.e. showing...
@AlanMendicutti Node 18 is still supported, so I'm not sure why it would be a node version compatibility issue If you are able to provide a repo where this issue...
I was actually under the impression that this was supported, so I didn't document the case directly. When I saw this issue I went back to look and not only...
@ComradeAERGO it seems like you aren't using `where` or any options with your query? Did you intend to or are you trying to delete a single document? Did this just...
@dominics great callout - I wasn't aware the code was still like that. When looking at the firebase docs it also appears that with the modular API they support many...
Closing since [v4.1.1](https://github.com/prescottprue/cypress-firebase/releases/tag/v4.1.1) added support for more than 2 wheres via #1313 (thanks @dominics ) - also this issue doesn't seem to be directly related to that anyway @ComradeAERGO are...
@bquinch are you able to provide a full reproduction? Myself and team members are actively using cypress-firebase for testing NextJS apps (though I have to look if any are testing...
@PiotrSzlagura There are still a number of folks actively using the package - that said, I'm not as actively using it anymore and haven' t had much time to maintain...
For what its worth I call out in [the usage section of the README](https://github.com/prescottprue/react-redux-firebase?tab=readme-ov-file#usage-note) that you may be best off using [reactfire](https://github.com/FirebaseExtended/reactfire) as it is supported by the Firebase team
Also ran into this and the workaround in https://github.com/praveenn77/docusaurus-lunr-search/issues/119#issuecomment-1732476424 worked great thanks @lxix - might be worth calling this out in the documentation or maybe a warn since all most...