Rithik Bhandari
Rithik Bhandari
The last else condition is not wrapped in curly braces. Therefore the size=22.0 statement does not come under any condition and is always executed when setSizeAndColor is called and hence...
You're welcome 😃
Hey @minhkimlong, you can use the`autoVerified` boolean in the `onLoginSuccess` callback to check if the otp was auto verified.
Hey @ljsharp, the Android Device Verification API is now replaced by the Google Play Integrity API. Please use this API instead of the device verification one. Will push out an...
Sure @azazadev
Hey @azazadev, I've released v1.1.0 of the package with updated dependencies, and also updated the README with reference to the `Google Play Integrity API`.
Hey @mufarrah, I could not find any way to get the auth credential from the web sign-in handler, and that is needed for linking user's credential. There are no official...
Yep, @mufarrah answers the issue correctly. I was not able to find a way to link to an existing user on web, as there is a different API when using...
Hey @esmlima , that screenshot is quite old I am guessing, that is why the template seems different. I've also tried to change the template and didn't find any way...
I don't think the template plays any role in your code not working. I would say go through the README once again to see if you missed some configuration steps...