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

Use emulator in CI tests #136

Closed nickmeinhold closed 4 months ago

nickmeinhold commented 4 months ago

Requires #123

I think it would be good to use the emulator in the CI tests. We could (probably?) avoid requiring secrets so we could see the test results in PRs, and hitting a live endpoint will be flaky and requires setting up a firebase project whereas we could more easily setup the emulator in different states for different kinds of tests.

nickmeinhold commented 4 months ago

Duplicate of #112