+ 2
Google sign up
Hello! We are working on integrating Google Sign up into our web application. We have also option to create an account. So the problem is, if user changes his email in google account, he wouldn't be able to login into our app to his profile. (We found that storing google ID is not allowed, so we just compare email stores in database with email recieved from google sign in). Is there some way to solve this?
2 Answers
+ 1
Did you try to use Firebase?
0
It looks promising. We will try it.