Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job android-credential-manager-autoassigner for config android_credman_config for component 1301097.
No update yet.
Description
Component used: Credentials
Version used: 1.3.0, 1.5.0-beta01, GoogleId 1.1.1
Devices/Android versions reproduced on: Xiaomi POCO X4 Pro 5G (API level 33), Emulator (API level 35)
If this is a bug in the library, we would appreciate if you could attach:
I have the following code used to instantiate a
GetSignInWithGoogleOption
:And the code used to sign in with Google which integrates with Firebase Authentication:
And the code which calls the sign in method:
This results in a runtime
NoSuchMethodError
being shown when thesignInWithGoogle
method is called:From what I can tell from decompiling the obfuscated
GetSignInWithGoogleOption
class to its Java equivalent, there is no constructor present which takes theDefaultConstructorMarker
parameter:A temporary fix for now is to add the optional
hostedDomainFilter = null,
argument as well: