func logIn (String) async throws -> (customerInfo : CustomerInfo , created: Bool)
This function will log in the current user with an
appUserID
.func logIn (String, completion: (CustomerInfo ?, Bool, Error?) -> Void)
This function will log in the current user with an
appUserID
.