Hello,
I am implementing google social log in but am having a problem with custom domain.
Currently the redirect URL is set to the backendless subdomain:
This leads to Google social login showing backendless.app as the provider, which is going to cause problems for user trust:
Backendless documentation says:
But this doesn’t work with Google as it only expects the backendless subdomain, and this error occurs:
It looks like I need a way to change the callback URL in the login providers section, is this possible?