soumak77 / firebase-mock

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

Allow using different type of promise library #50

Open soumak77 opened 6 years ago

soumak77 commented 6 years ago

At one point Firebase used rsvp for generating promises, however, they have since switched to using the native Promise class (see firebase reference). As such, this mock library should be updated to use the native Promise class.