mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 11:56:29 +00:00
Clarify instructions for using mock google-services.json (#2671)
Co-authored-by: Timothy <6560631+TimoPtr@users.noreply.github.com>
This commit is contained in:
parent
c3019bda30
commit
d1a3ff46df
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user