I have a query for Register a new user on my personal account. For example, When users come to my website they register/signup on that. Is that any possible way while registering the user on my website it becomes registered as well on the google account? The information of the user's stored in my DB. I don't want to notify the user it registers on the google account. Is google provide any API services for that.
Solved! Go to Solution.
depends on your use case, if you want to offload identity management to Google, then you may consider https://cloud.google.com/identity-platform which would allow you to create/manage/authenticate identities in your website/app.
However, if its about gmail account, then no.