katowulf / mockfirebase

Firebase mock library for writing unit tests (experimental)
157 stars 40 forks source link

Testing for Angularfire $firebaseAuth #106

Open AaronBuxbaum opened 8 years ago

AaronBuxbaum commented 8 years ago

I use Angularfire's $firebaseAuth wrapper around authentication on my app and need to use the Javascript-level implementation instead in order to use mockfirebase's mock. Any intention of adding this, like there are for $firebaseArray and $firebaseObject?

liveakshay commented 8 years ago

Hey - I can't figure this out. An example of using $firebaseAuth.$authWithPassword, with MockFirebase and failNext would be sweet. Thank you!