From dcf31baf3afb8f103f83ac0df0f82aab2046457e Mon Sep 17 00:00:00 2001 From: Bettenbuk Zoltan Date: Fri, 10 May 2019 12:05:18 +0200 Subject: [PATCH] doc: update google auth doc --- doc/mobile-google-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mobile-google-auth.md b/doc/mobile-google-auth.md index 3cd5d9a8c..c20de5ad0 100644 --- a/doc/mobile-google-auth.md +++ b/doc/mobile-google-auth.md @@ -5,7 +5,7 @@ signed Android build for that, that can be a debug self-signed build too, just retrieve the signing hash. The key hash of an already signed ap can be obtained as follows (on macOS): ```keytool -list -printcert -jarfile the-app.apk``` - Place the generated ```google-services.json``` file in ```android/app``` -for Android and the ```GoogleService-Info.plist``` into ```ios/app/src``` for +for Android and the ```GoogleService-Info.plist``` into ```ios/app``` for iOS (you can stop at that step, no need for the driver and the code changes they suggest in the wizard). - You may want to exclude these files in YOUR GIT config (do not exclude them in