Login with Google

Have you considered enabling a service to login with Google same as Facebook login?

My project uses google authentication.

Thanks

@Dario_Castaneda actually we have support for google login, but it is not documented, I have created internal ticket to add the doc BKNDLSS-21704

Mean while you can use the same doc as for facebook https://backendless.com/docs/rest/users_facebook_login.html, but use the following URL instead of provided in the doc:

https://api.backendless.com/<application-id>/<REST-api-key>/users/social/googleplus/sdk/login

Account configuration you can find here https://backendless.com/docs/android/users_login_with_google.html

Why are you using REST? Do we have no sdk for your platform?

Thank you Sergey!