dmurvihill / firebase-mock

Firebase mock library for writing unit tests
55 stars 20 forks source link

call onAuthStateChanged callback immediately #39

Closed zeevl closed 4 years ago

zeevl commented 4 years ago
dmurvihill commented 4 years ago

Fantastic tests though. Was definitely thrilled to see this one, especially since I remember tripping over this issue myself 👍

zeevl commented 4 years ago

Yes, it's a bug. But everyone's been working around it for so long that if we release it in 2.3 it will probably break everyone's tests (including mine).

Seems odd to work around it since it's consistent with the core firebase auth, but up to you. :)