SAP / gigya-android-sdk

SAP CDC (Gigya) android sdk for mobile
Apache License 2.0
18 stars 13 forks source link

Google sign in via play-services-auth is deprecated #71

Open Philio opened 2 months ago

Philio commented 2 months ago

Checklist

Describe the problem you'd like to have solved.

GoogleProviderWrapper and documentation are still using play-services-auth library for Google sign in, which is deprecated in favour of Credential Manager and will be removed next year

Describe the ideal solution.

GoogleProviderWrapper to be updated to use Credential Manager

Alternatives or workarounds

N/A

Additional context

N/A

levistepanov commented 2 months ago

and... the MR is where?

Philio commented 2 months ago

It was a feature request?

tal-mi commented 1 month ago

In the works.

marcor-a commented 1 week ago

Any updates here?

tal-mi commented 1 week ago

Transitioning from GMS to Credentials manager is currently in development. Expected soon. Support for idToken is required in our server side and is currently under review.