Skip to content

Commit d32cb77

Browse files
authored
Update auth-initial-setup.md
The problem is with the \ character. In Linux/macOS, \ is used for line continuation, but in this case, it is unnecessary and could cause issues.
1 parent bb7f443 commit d32cb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 -alias androiddebugkey -keystore ~/.android/debug.keystore```
159159
</div>
160160
</details>
161161

0 commit comments

Comments
 (0)