Giter VIP home page Giter VIP logo

Comments (4)

sbatson5 avatar sbatson5 commented on July 1, 2024

Hmm. So you have an additional field in your documents that are a copy of the id itself? That feels tricky, as the default behavior of a document is to return the id separate from the data() -- but if you have a field on the document called id as well, that's trickier and feels like an edge case.

For your side question, you should be able to do it in the same file, but not within the same describe block. Jest will hoist mocks to the top of the function, regardless of where you declare them. So if you wanted to test those two cases, you would need two distinct describe blocks.

from firestore-jest-mock.

HauptmannEck avatar HauptmannEck commented on July 1, 2024

Yeah it's a workaround, as the collectionGroup cannot get by id. To allow us to use similar context for doc(id).get() and collectionGroup(collection).where('id', '==', id). This workaround is so that we can find a record directly without having to carry around the multiple ids to taverse the whole tree to get to that record.
It is a common issue for firestore queries, and this is a popular solution for it.

from firestore-jest-mock.

sbatson5 avatar sbatson5 commented on July 1, 2024

Hey @HauptmannEck, can you take a look at this PR and see if it works for your use-case?
#83

from firestore-jest-mock.

HauptmannEck avatar HauptmannEck commented on July 1, 2024

@sbatson5 Looks like a great solution that will solve for my usecase.

from firestore-jest-mock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.