soumak77 / firebase-mock

Firebase mock library for writing unit tests
https://soumak77.github.io/firebase-mock
350 stars 96 forks source link

Resolve create() with WriteResult #135

Open op opened 5 years ago

op commented 5 years ago

This change makes the create() method on DocumentReference resolve with WriteResult as described in the document.

References: https://cloud.google.com/nodejs/docs/reference/firestore/latest/DocumentReference#create

dmurvihill commented 4 years ago

New PR.