cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Add support for auth emulator #142

Open nickmeinhold opened 3 months ago

nickmeinhold commented 3 months ago

I basically just took @penguisnt code froml #123 and split it into multiple commits (thanks for that btw!)

I setup a test project so I could run the auth tests myslef and also ran the the tests using the emulator and everything passes.

Happy to split into multiple PRs if preferred.

Fixes #123