diff --git a/docs/ff-integrations/authentication/firebase-auth/auth-initial-setup.md b/docs/ff-integrations/authentication/firebase-auth/auth-initial-setup.md index 63da983c..7f9eca2c 100644 --- a/docs/ff-integrations/authentication/firebase-auth/auth-initial-setup.md +++ b/docs/ff-integrations/authentication/firebase-auth/auth-initial-setup.md @@ -141,7 +141,7 @@ While releasing the app, make sure to [**get the key from Play Console**](#getti
Windows
- ```keytool -list -v -keystore C:\Users\leon\.android\debug.keystore -alias androiddebugkey``` + ```keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android``` If you get the following error while trying the above command: @@ -155,7 +155,7 @@ While releasing the app, make sure to [**get the key from Play Console**](#getti
Mac/Linux
- ```keytool -list -v \ -alias androiddebugkey -keystore ~/.android/debug.keystore``` + ```keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android```