Login with Google¶
Please visit Android and iOS Documentation to configure Login with Google for your Backendless application.
Method¶
Use following code to allow the users to log in to your application with their Google account:
Future<BackendlessUser> Backendless.userService.loginWithGoogle( String accessToken, {Map<String, String> fieldsMapping, bool stayLoggedIn, BackendlessUser guestUser}) );