Skip to content

Commit bcf1615

Browse files
committed
Update backend configuration readme
1 parent bd274ae commit bcf1615

File tree

8 files changed

+48
-48
lines changed

8 files changed

+48
-48
lines changed

in_app_purchases/codelab_rebuild.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16723,16 +16723,16 @@ steps:
1672316723
replace-contents: |
1672416724
### Configuration Files
1672516725

16726-
Create `lib/constants.dart` with:
16726+
Configure the required IDs and keys in `lib/constants.dart`:
1672716727

1672816728
```
16729-
const androidPackageId = "your Android package ID";
16729+
const androidPackageId = 'your Android package ID';
1673016730
const appStoreIssuerId = 'App Store Key issuer ID';
16731-
const appStoreKeyId = 'App Store Keu ID';
16732-
const appStoreSharedSecret = "App Store shared secret";
16731+
const appStoreKeyId = 'App Store Key ID';
16732+
const appStoreSharedSecret = 'App Store shared secret';
1673316733
const bundleId = 'your iOS bundle ID';
16734-
const googleCloudProjectId = "Google Cloud project ID";
16735-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
16734+
const googleCloudProjectId = 'Google Cloud project ID';
16735+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1673616736
```
1673716737

1673816738
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

in_app_purchases/complete/dart-backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Configuration Files
22

3-
Create `lib/constants.dart` with:
3+
Configure the required IDs and keys in `lib/constants.dart`:
44

55
```
6-
const androidPackageId = "your Android package ID";
6+
const androidPackageId = 'your Android package ID';
77
const appStoreIssuerId = 'App Store Key issuer ID';
8-
const appStoreKeyId = 'App Store Keu ID';
9-
const appStoreSharedSecret = "App Store shared secret";
8+
const appStoreKeyId = 'App Store Key ID';
9+
const appStoreSharedSecret = 'App Store shared secret';
1010
const bundleId = 'your iOS bundle ID';
11-
const googleCloudProjectId = "Google Cloud project ID";
12-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
11+
const googleCloudProjectId = 'Google Cloud project ID';
12+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1313
```
1414

1515
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

in_app_purchases/step_00/dart-backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Configuration Files
22

3-
Create `lib/constants.dart` with:
3+
Configure the required IDs and keys in `lib/constants.dart`:
44

55
```
6-
const androidPackageId = "your Android package ID";
6+
const androidPackageId = 'your Android package ID';
77
const appStoreIssuerId = 'App Store Key issuer ID';
8-
const appStoreKeyId = 'App Store Keu ID';
9-
const appStoreSharedSecret = "App Store shared secret";
8+
const appStoreKeyId = 'App Store Key ID';
9+
const appStoreSharedSecret = 'App Store shared secret';
1010
const bundleId = 'your iOS bundle ID';
11-
const googleCloudProjectId = "Google Cloud project ID";
12-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
11+
const googleCloudProjectId = 'Google Cloud project ID';
12+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1313
```
1414

1515
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

in_app_purchases/step_03/dart-backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Configuration Files
22

3-
Create `lib/constants.dart` with:
3+
Configure the required IDs and keys in `lib/constants.dart`:
44

55
```
6-
const androidPackageId = "your Android package ID";
6+
const androidPackageId = 'your Android package ID';
77
const appStoreIssuerId = 'App Store Key issuer ID';
8-
const appStoreKeyId = 'App Store Keu ID';
9-
const appStoreSharedSecret = "App Store shared secret";
8+
const appStoreKeyId = 'App Store Key ID';
9+
const appStoreSharedSecret = 'App Store shared secret';
1010
const bundleId = 'your iOS bundle ID';
11-
const googleCloudProjectId = "Google Cloud project ID";
12-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
11+
const googleCloudProjectId = 'Google Cloud project ID';
12+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1313
```
1414

1515
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

in_app_purchases/step_07/dart-backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Configuration Files
22

3-
Create `lib/constants.dart` with:
3+
Configure the required IDs and keys in `lib/constants.dart`:
44

55
```
6-
const androidPackageId = "your Android package ID";
6+
const androidPackageId = 'your Android package ID';
77
const appStoreIssuerId = 'App Store Key issuer ID';
8-
const appStoreKeyId = 'App Store Keu ID';
9-
const appStoreSharedSecret = "App Store shared secret";
8+
const appStoreKeyId = 'App Store Key ID';
9+
const appStoreSharedSecret = 'App Store shared secret';
1010
const bundleId = 'your iOS bundle ID';
11-
const googleCloudProjectId = "Google Cloud project ID";
12-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
11+
const googleCloudProjectId = 'Google Cloud project ID';
12+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1313
```
1414

1515
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

in_app_purchases/step_08/dart-backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Configuration Files
22

3-
Create `lib/constants.dart` with:
3+
Configure the required IDs and keys in `lib/constants.dart`:
44

55
```
6-
const androidPackageId = "your Android package ID";
6+
const androidPackageId = 'your Android package ID';
77
const appStoreIssuerId = 'App Store Key issuer ID';
8-
const appStoreKeyId = 'App Store Keu ID';
9-
const appStoreSharedSecret = "App Store shared secret";
8+
const appStoreKeyId = 'App Store Key ID';
9+
const appStoreSharedSecret = 'App Store shared secret';
1010
const bundleId = 'your iOS bundle ID';
11-
const googleCloudProjectId = "Google Cloud project ID";
12-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
11+
const googleCloudProjectId = 'Google Cloud project ID';
12+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1313
```
1414

1515
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

in_app_purchases/step_10/dart-backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Configuration Files
22

3-
Create `lib/constants.dart` with:
3+
Configure the required IDs and keys in `lib/constants.dart`:
44

55
```
6-
const androidPackageId = "your Android package ID";
6+
const androidPackageId = 'your Android package ID';
77
const appStoreIssuerId = 'App Store Key issuer ID';
8-
const appStoreKeyId = 'App Store Keu ID';
9-
const appStoreSharedSecret = "App Store shared secret";
8+
const appStoreKeyId = 'App Store Key ID';
9+
const appStoreSharedSecret = 'App Store shared secret';
1010
const bundleId = 'your iOS bundle ID';
11-
const googleCloudProjectId = "Google Cloud project ID";
12-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
11+
const googleCloudProjectId = 'Google Cloud project ID';
12+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1313
```
1414

1515
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

in_app_purchases/step_11/dart-backend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Configuration Files
22

3-
Create `lib/constants.dart` with:
3+
Configure the required IDs and keys in `lib/constants.dart`:
44

55
```
6-
const androidPackageId = "your Android package ID";
6+
const androidPackageId = 'your Android package ID';
77
const appStoreIssuerId = 'App Store Key issuer ID';
8-
const appStoreKeyId = 'App Store Keu ID';
9-
const appStoreSharedSecret = "App Store shared secret";
8+
const appStoreKeyId = 'App Store Key ID';
9+
const appStoreSharedSecret = 'App Store shared secret';
1010
const bundleId = 'your iOS bundle ID';
11-
const googleCloudProjectId = "Google Cloud project ID";
12-
const googlePlayPubsubBillingTopic = "play_billing"; // change if necessary
11+
const googleCloudProjectId = 'Google Cloud project ID';
12+
const googlePlayPubsubBillingTopic = 'play_billing'; // change if necessary
1313
```
1414

1515
- Add `assets/service-account-firebase.json` with the server key for the Firebase Firestore project.

0 commit comments

Comments
 (0)