Skip to content

Commit a6d190f

Browse files
Update auth-initial-setup.md
SHA-1 key command incorrect
1 parent 8f1ef34 commit a6d190f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ff-integrations/authentication/firebase-auth/auth-initial-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ While releasing the app, make sure to [**get the key from Play Console**](#getti
141141
<details>
142142
<summary>Windows</summary>
143143
<div>
144-
```keytool -list -v -keystore C:\Users\leon\.android\debug.keystore -alias androiddebugkey```
144+
```keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android```
145145

146146
If you get the following error while trying the above command:
147147

@@ -155,7 +155,7 @@ While releasing the app, make sure to [**get the key from Play Console**](#getti
155155
<details>
156156
<summary>Mac/Linux</summary>
157157
<div>
158-
```keytool -list -v \ -alias androiddebugkey -keystore ~/.android/debug.keystore```
158+
```keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android```
159159
</div>
160160
</details>
161161

0 commit comments

Comments
 (0)