From d32cb77dd8bb787f57567f5590cf300e4cdced31 Mon Sep 17 00:00:00 2001 From: Steven NoCode <151034963+itsstevenliu@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:00:56 +1100 Subject: [PATCH] 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. --- .../authentication/firebase-auth/auth-initial-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..4c8eb447 100644 --- a/docs/ff-integrations/authentication/firebase-auth/auth-initial-setup.md +++ b/docs/ff-integrations/authentication/firebase-auth/auth-initial-setup.md @@ -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 -alias androiddebugkey -keystore ~/.android/debug.keystore```