getFirestoreInstance method

FirebaseFirestore getFirestoreInstance()

Returns the instance of FirebaseFirestore used in this class.

Implementation

FirebaseFirestore getFirestoreInstance() {
  return obj;
}