From d1a3ff46dfee724ec4a91acced35c40265468055 Mon Sep 17 00:00:00 2001 From: CHAIYEON CHO Date: Mon, 19 May 2025 16:32:31 +0900 Subject: [PATCH] Clarify instructions for using mock google-services.json (#2671) Co-authored-by: Timothy <6560631+TimoPtr@users.noreply.github.com> --- docs/android/get_started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/android/get_started.md b/docs/android/get_started.md index ca6291be..d7fde6fb 100644 --- a/docs/android/get_started.md +++ b/docs/android/get_started.md @@ -92,10 +92,14 @@ You can still send notifications through the WebSocket without using Firebase. If you don't need real Firebase functionality, you can use the mock configuration: 1. Copy the file located at `/.github/mock-google-services.json`. -2. Place it in the following folders: +2. Rename and place a copy of this file as `google-services.json` in each of the following folders: - `/app` - `/automotive` - `/wear` +3. After completing this step, you should have the following files in your project: + - `/app/google-services.json` + - `/automotive/google-services.json` + - `/wear/google-services.json` ### Setting up a real Firebase project