You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
nickmeinhold
changed the title
Change Firestore constructor to private
Change Firestore and FirebaseAuth constructors to private
Jun 24, 2024
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
.The text was updated successfully, but these errors were encountered: