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 to run tests #112

Open cachapa opened 1 year ago

cachapa commented 1 year ago

Currently the Firedart automated tests work directly against a real Firebase project.

This has a number of problems:

But the biggest problem is that the tests cannot be run automatically on PRs in a safe manner.

Firedart now supports Firebase emulator, so it should be possible to use that for testing.