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

feat: add emulator option #95

Closed willhlas closed 1 year ago

willhlas commented 1 year ago

Adds the option to use an emulator.

Resolves #93

cachapa commented 1 year ago

Thanks for the clean PR!

Out of curiosity: do you think it would be possible to use the emulator to run the tests? It's annoying having to use a real account to run them (and I think the credentials in this repo are broken anyway).

willhlas commented 1 year ago

@cachapa I haven't tried that, but I could test around and let you know!