sbatson5 / firestore-jest-mock

Jest Helper library for mocking Cloud Firestore
https://www.npmjs.com/package/firestore-jest-mock
178 stars 59 forks source link

promisify-async-methods #1

Closed sbatson5 closed 5 years ago

sbatson5 commented 5 years ago

What's in this PR?

A lot of the methods are async and return promises. We don't run into issues in our code base because we did async/await on everything, but the documentation shows how to use the JS SDK with Promise objects: https://firebase.google.com/docs/firestore/query-data/get-data