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

Replace var with final, remove unnecessary async #115

Closed eximius313 closed 1 year ago

eximius313 commented 1 year ago

As stated in the title - I replaced vars with finals and removed unnecessary async

cachapa commented 1 year ago

LGTM