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

Removed unnecessary print #107

Closed simonbengtsson closed 1 year ago

simonbengtsson commented 1 year ago

Even if the exception is caught by application code this print made it look like something went wrong anyway which was a bit confusing.

cachapa commented 1 year ago

Thanks for the contribution. Can I ask you to rebase on top of the latest commit? I'm trying to figure out how to run tests on PRs.

simonbengtsson commented 1 year ago

Done!