Skip to content

[@nativescript/google-signin] - Signin does returns undefined for serverAuthCode #644

@joaomsg11

Description

@joaomsg11

While implementing the pacakge i see that in the response the serverAuthCode comes as undefined. I do get accessToken and the idToken. Because of the way our backend works we need the serverAuthCode . Is it know to not be working or might i be doing something wrong?
i'm configuring it like this
GoogleSignin.configure({
signInOptions: 'default',
clientId: environment.google_login_ios_client_id,
serverClientId: environment.google_login_server_client_id,
});
in the main.ts of the app before starting the app up
Using the versions:

  • "@nativescript/google-signin": "^2.1.1",
  • "@nativescript/core": "~8.9.2",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions