You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@ This repository contains the **native Android app** for Bitkit.
10
10
11
11
#### 1. Firebase Configuration
12
12
13
-
Debug builds include placeholder Firebase configuration so a fresh clone can compile without a private `google-services.json` files.
13
+
Debug builds include placeholder Firebase configuration so a fresh clone can compile without private `google-services.json` files.
14
14
15
15
Download `google-services.json` from the Firebase Console when you need real Firebase integration for push notifications testing:
16
-
- dev/tnet/mainnetDebug: Place in `app/google-services.json`
16
+
- devDebug: Place in `app/src/devDebug/google-services.json`
17
+
- tnetDebug: Place in `app/src/tnetDebug/google-services.json`
18
+
- mainnetDebug: Place in `app/src/mainnetDebug/google-services.json`
17
19
- mainnetRelease: Place in `app/src/mainnetRelease/google-services.json`
18
20
19
21
> **Note**: Placeholder debug configs are only for local builds. FCM token registration and push notifications require real Firebase configuration. The mainnet release flavor will fail to build without the `mainnetRelease/google-services.json` file.
0 commit comments