UserService constructor

UserService()

Implementation

UserService() {
  ref = fireStore.collection(USER_COLLECTION);
}