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

Test firestore with emulator #145

Open nickmeinhold opened 3 months ago

nickmeinhold commented 3 months ago

As a first step toward #112 we run the normal tests then an extra workflow runs the

test/firestore_emulator.dart is essentially the same as test/firestore_test.dart just set to use the firestore emulator.

test/firestore_emulator.dart doens't end in '_test' so isn't picked up by the general dart run test in other steps.