Enabling Phone Authentication
To enable phone/otp authentication on your app , just follow the video guide below.
To generate App Signing key , run
To get SHA1 key, run
Last updated
Was this helpful?
To enable phone/otp authentication on your app , just follow the video guide below.
To generate App Signing key , run
To get SHA1 key, run
Last updated
Was this helpful?
Was this helpful?
keytool -genkey -v -keystore yourkeyname.keystore -alias youraliasname -keyalg RSA -keysize 2048 -validity 10000keytool -list -v -keystore yourkeyname.keystore -alias youraliasname