Clarify instructions for using mock google-services.json (#2671)

Co-authored-by: Timothy <6560631+TimoPtr@users.noreply.github.com>
This commit is contained in:
CHAIYEON CHO 2025-05-19 16:32:31 +09:00 committed by GitHub
parent c3019bda30
commit d1a3ff46df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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