Browse Source

doc: update google auth doc

master
Bettenbuk Zoltan 6 years ago
parent
commit
dcf31baf3a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/mobile-google-auth.md

+ 1
- 1
doc/mobile-google-auth.md View File

@@ -5,7 +5,7 @@ signed Android build for that, that can be a debug self-signed build too, just
5 5
 retrieve the signing hash. The key hash of an already signed ap can be obtained
6 6
 as follows (on macOS): ```keytool -list -printcert -jarfile the-app.apk```
7 7
 - Place the generated ```google-services.json``` file in ```android/app```
8
-for Android and the ```GoogleService-Info.plist``` into ```ios/app/src``` for
8
+for Android and the ```GoogleService-Info.plist``` into ```ios/app``` for
9 9
 iOS (you can stop at that step, no need for the driver and the code changes they
10 10
 suggest in the wizard).
11 11
 - You may want to exclude these files in YOUR GIT config (do not exclude them in

Loading…
Cancel
Save