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

Change Firestore and FirebaseAuth constructors to private #137

Open nickmeinhold opened 4 months ago

nickmeinhold commented 4 months ago

If I understand correctly, the intent of the Firestore class is that Firestore.initialize and Firestore.instance should be used and the user should never call the Firestore constructor directly, and the same for FirebaseAuth.