From a5bdd1c04278bd67b5f949abf56ce29cb718d2c7 Mon Sep 17 00:00:00 2001 From: kt programs Date: Mon, 18 Apr 2022 12:14:25 +0800 Subject: [PATCH] Add google-services.json instructions to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80b354a..8e27b70 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ twitterConsumerKey=XXXXXX twitterConsumerSecret=XXXXXX ``` +Rename the file 'google-services.sample.json' to 'google-services.json' in the app/ folder. + Click the Sync button and when process finishes, the Run button to launch the app on your simulator or connected debugging device after the build process is complete. ## Contributing