SAP / gigya-react-native-plugin-for-sap-customer-data-cloud

A React Native plugin for interfacing SAP Customer Data Cloud. The plugin provides quick access to core elements & business API flows available within the SAP Customer Data Cloud designed for React Native mobile application.
Apache License 2.0
14 stars 11 forks source link

Login via social login button in screenset doesn't close screenset after login #23

Closed bitcrumb closed 1 year ago

bitcrumb commented 2 years ago

Hi,

I am running into the issue where:

The user is left staring at the login screen, although, aftermanually dismissing the screenset, the SDK correctly indicates that the user is logged in.

Am I, as the developer, supposed the close this screenset manually. If so, how is this supposed to be done, I can't seem to find any documentation?

Or is this due to lack of some events/actions being sent out in the screenset?

It's my impression that upon clicking the social login button, the social login flow (as if you would call await Gigya.socialLogin('apple') directly for instance) is executed, but the result is never communicated back to the screenset flow?

bitcrumb commented 2 years ago

Anyone? I would expect the web flow to continue with any next steps (e.g. profile completeness, ...) after the social login flow was exected.