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

Document the public API #140

Open nickmeinhold opened 3 months ago

nickmeinhold commented 3 months ago

I will do a commit per file to try and make the review easier, or happy to break it into multipe PRs.

I tried to make the comment style consistent with the existing style but as I made my way around the code base my style became more consistent so started off not quite the same, happy to go back over it if preffered.

In case you're not aware there's an Effective Dart section on comments: https://dart.dev/effective-dart/documentation

Fixes #120