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
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,13 @@ This repository contains a **new native Android app** which is **not ready for p
15
15
16
16
### Prerequisites
17
17
18
-
#### 1. Download `google-services.json` to `app/` from FCM Console.
18
+
#### 1. Firebase Configuration
19
+
20
+
Download `google-services.json` from the Firebase Console for each build flavor:
21
+
-**Dev/Testnet**: Place in `app/` (default location)
22
+
-**Mainnet**: Place in `app/src/mainnet/google-services.json`
23
+
24
+
> **Note**: Each flavor requires its own Firebase project configuration. The mainnet flavor will fail to build without its dedicated `google-services.json` file.
19
25
20
26
#### 2. GitHub Packages setup
21
27
@@ -100,6 +106,17 @@ The build config supports building 3 different apps for the 3 bitcoin networks (
0 commit comments