Package net.atthegate.server.service
Class UserService
java.lang.Object
net.atthegate.server.service.UserService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AtTheGateAppUser
createUser
(String email, String password, boolean isDriverDecodeEnabled, String matchType, String estateMateKey, boolean visitorsAllowed) static void
saveUserPartToFB
(String uid, AtTheGateAppUser user, String type)
-
Constructor Details
-
UserService
public UserService()
-
-
Method Details
-
createUser
public static AtTheGateAppUser createUser(String email, String password, boolean isDriverDecodeEnabled, String matchType, String estateMateKey, boolean visitorsAllowed) throws IllegalArgumentException, com.google.firebase.auth.FirebaseAuthException, IOException - Throws:
IllegalArgumentException
com.google.firebase.auth.FirebaseAuthException
IOException
-
saveUserPartToFB
public static void saveUserPartToFB(String uid, AtTheGateAppUser user, String type) throws IOException - Throws:
IOException
-