Open nickmeinhold opened 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.
Firestore
Firestore.initialize
Firestore.instance
FirebaseAuth
If I understand correctly, the intent of the
Firestore
class is thatFirestore.initialize
andFirestore.instance
should be used and the user should never call the Firestore constructor directly, and the same forFirebaseAuth
.