Hi!
I tried to install it but I get an java.lang.ClassNotFoundException: org.mikotin.googlesignin.events.UserLoginEvent, what happens?
I add the dependency and the repository to the pom.xml and in the view constructor y put this:
GoogleSignin signin = new GoogleSignin(“----”);
signin.addLoginListener(event → {
Notification.show("Welcome, " + event.getFirstName());
});
It’s something wrong?