Skip to content

Commit 2fd0e40

Browse files
chore(database): move example app to "flutterfire-e2e-tests" Firebase project (#10045)
1 parent c0d38cf commit 2fd0e40

File tree

11 files changed

+719
-30
lines changed

11 files changed

+719
-30
lines changed

packages/firebase_database/firebase_database/example/android/app/google-services.json

Lines changed: 583 additions & 0 deletions
Large diffs are not rendered by default.

packages/firebase_database/firebase_database/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
<string>arm64</string>
2626
</array>
2727
<key>MinimumOSVersion</key>
28-
<string>9.0</string>
28+
<string>11.0</string>
2929
</dict>
3030
</plist>

packages/firebase_database/firebase_database/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 47 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
04299B1C6F7F14F85FBA77BD /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 404D1AE1C11AC269F486BAA9 /* Pods_Runner.framework */; };
1011
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1112
5C6F5A711EC3CCCC008D64B5 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C6F5A701EC3CCCC008D64B5 /* GeneratedPluginRegistrant.m */; };
1213
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
@@ -16,7 +17,7 @@
1617
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1718
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1819
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
19-
CE57DC9C9240FBD15E358E24 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E13AAF33B0B411D7B2D38642 /* libPods-Runner.a */; };
20+
B2EE311614C700CC195A4451 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0F2F3383D9310C6F1A0F3D32 /* GoogleService-Info.plist */; };
2021
/* End PBXBuildFile section */
2122

2223
/* Begin PBXCopyFilesBuildPhase section */
@@ -34,7 +35,9 @@
3435

3536
/* Begin PBXFileReference section */
3637
0577E59C56255F3954A42493 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
38+
0F2F3383D9310C6F1A0F3D32 /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = "<group>"; };
3739
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
40+
404D1AE1C11AC269F486BAA9 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3841
5C6F5A6F1EC3CCCC008D64B5 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3942
5C6F5A701EC3CCCC008D64B5 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4043
68B7A4D3AEC74AEF8F720C6E /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
@@ -49,15 +52,14 @@
4952
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5053
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5154
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
52-
E13AAF33B0B411D7B2D38642 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5355
/* End PBXFileReference section */
5456

5557
/* Begin PBXFrameworksBuildPhase section */
5658
97C146EB1CF9000F007C117D /* Frameworks */ = {
5759
isa = PBXFrameworksBuildPhase;
5860
buildActionMask = 2147483647;
5961
files = (
60-
CE57DC9C9240FBD15E358E24 /* libPods-Runner.a in Frameworks */,
62+
04299B1C6F7F14F85FBA77BD /* Pods_Runner.framework in Frameworks */,
6163
);
6264
runOnlyForDeploymentPostprocessing = 0;
6365
};
@@ -92,6 +94,7 @@
9294
97C146EF1CF9000F007C117D /* Products */,
9395
840012C8B5EDBCF56B0E4AC1 /* Pods */,
9496
CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
97+
0F2F3383D9310C6F1A0F3D32 /* GoogleService-Info.plist */,
9598
);
9699
sourceTree = "<group>";
97100
};
@@ -130,7 +133,7 @@
130133
CF3B75C9A7D2FA2A4C99F110 /* Frameworks */ = {
131134
isa = PBXGroup;
132135
children = (
133-
E13AAF33B0B411D7B2D38642 /* libPods-Runner.a */,
136+
404D1AE1C11AC269F486BAA9 /* Pods_Runner.framework */,
134137
);
135138
name = Frameworks;
136139
sourceTree = "<group>";
@@ -149,6 +152,7 @@
149152
97C146EC1CF9000F007C117D /* Resources */,
150153
9705A1C41CF9048500538489 /* Embed Frameworks */,
151154
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
155+
10A7A09FC9BBF2F3BEE1E20C /* [CP] Embed Pods Frameworks */,
152156
);
153157
buildRules = (
154158
);
@@ -165,7 +169,7 @@
165169
97C146E61CF9000F007C117D /* Project object */ = {
166170
isa = PBXProject;
167171
attributes = {
168-
LastUpgradeCheck = 0830;
172+
LastUpgradeCheck = 1300;
169173
ORGANIZATIONNAME = "The Chromium Authors";
170174
TargetAttributes = {
171175
97C146ED1CF9000F007C117D = {
@@ -203,12 +207,41 @@
203207
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
204208
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
205209
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
210+
B2EE311614C700CC195A4451 /* GoogleService-Info.plist in Resources */,
206211
);
207212
runOnlyForDeploymentPostprocessing = 0;
208213
};
209214
/* End PBXResourcesBuildPhase section */
210215

211216
/* Begin PBXShellScriptBuildPhase section */
217+
10A7A09FC9BBF2F3BEE1E20C /* [CP] Embed Pods Frameworks */ = {
218+
isa = PBXShellScriptBuildPhase;
219+
buildActionMask = 2147483647;
220+
files = (
221+
);
222+
inputPaths = (
223+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
224+
"${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework",
225+
"${BUILT_PRODUCTS_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework",
226+
"${BUILT_PRODUCTS_DIR}/FirebaseDatabase/FirebaseDatabase.framework",
227+
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
228+
"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
229+
"${BUILT_PRODUCTS_DIR}/leveldb-library/leveldb.framework",
230+
);
231+
name = "[CP] Embed Pods Frameworks";
232+
outputPaths = (
233+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework",
234+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreInternal.framework",
235+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseDatabase.framework",
236+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
237+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
238+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/leveldb.framework",
239+
);
240+
runOnlyForDeploymentPostprocessing = 0;
241+
shellPath = /bin/sh;
242+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
243+
showEnvVarsInLog = 0;
244+
};
212245
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
213246
isa = PBXShellScriptBuildPhase;
214247
buildActionMask = 2147483647;
@@ -389,7 +422,10 @@
389422
"$(PROJECT_DIR)/Flutter",
390423
);
391424
INFOPLIST_FILE = Runner/Info.plist;
392-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
425+
LD_RUNPATH_SEARCH_PATHS = (
426+
"$(inherited)",
427+
"@executable_path/Frameworks",
428+
);
393429
LIBRARY_SEARCH_PATHS = (
394430
"$(inherited)",
395431
"$(PROJECT_DIR)/Flutter",
@@ -410,7 +446,10 @@
410446
"$(PROJECT_DIR)/Flutter",
411447
);
412448
INFOPLIST_FILE = Runner/Info.plist;
413-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
449+
LD_RUNPATH_SEARCH_PATHS = (
450+
"$(inherited)",
451+
"@executable_path/Frameworks",
452+
);
414453
LIBRARY_SEARCH_PATHS = (
415454
"$(inherited)",
416455
"$(PROJECT_DIR)/Flutter",

packages/firebase_database/firebase_database/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CLIENT_ID</key>
6+
<string>406099696497-1ugbsqv8nkfn788ep0k233e750aupb7u.apps.googleusercontent.com</string>
7+
<key>REVERSED_CLIENT_ID</key>
8+
<string>com.googleusercontent.apps.406099696497-1ugbsqv8nkfn788ep0k233e750aupb7u</string>
9+
<key>ANDROID_CLIENT_ID</key>
10+
<string>406099696497-17qn06u8a0dc717u8ul7s49ampk13lul.apps.googleusercontent.com</string>
11+
<key>API_KEY</key>
12+
<string>AIzaSyDooSUGSf63Ghq02_iIhtnmwMDs4HlWS6c</string>
13+
<key>GCM_SENDER_ID</key>
14+
<string>406099696497</string>
15+
<key>PLIST_VERSION</key>
16+
<string>1</string>
17+
<key>BUNDLE_ID</key>
18+
<string>io.flutter.plugins.firebaseDatabaseExample</string>
19+
<key>PROJECT_ID</key>
20+
<string>flutterfire-e2e-tests</string>
21+
<key>STORAGE_BUCKET</key>
22+
<string>flutterfire-e2e-tests.appspot.com</string>
23+
<key>IS_ADS_ENABLED</key>
24+
<false></false>
25+
<key>IS_ANALYTICS_ENABLED</key>
26+
<false></false>
27+
<key>IS_APPINVITE_ENABLED</key>
28+
<true></true>
29+
<key>IS_GCM_ENABLED</key>
30+
<true></true>
31+
<key>IS_SIGNIN_ENABLED</key>
32+
<true></true>
33+
<key>GOOGLE_APP_ID</key>
34+
<string>1:406099696497:ios:e31ee2c5dc99d4743574d0</string>
35+
<key>DATABASE_URL</key>
36+
<string>https://flutterfire-e2e-tests-default-rtdb.europe-west1.firebasedatabase.app</string>
37+
</dict>
38+
</plist>

packages/firebase_database/firebase_database/example/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@
5050
<key>NSAllowsArbitraryLoads</key>
5151
<true/>
5252
</dict>
53+
<key>CADisableMinimumFrameDurationOnPhone</key>
54+
<true/>
5355
</dict>
5456
</plist>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"file_generated_by": "FlutterFire CLI",
3+
"purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
4+
"GOOGLE_APP_ID": "1:406099696497:ios:e31ee2c5dc99d4743574d0",
5+
"FIREBASE_PROJECT_ID": "flutterfire-e2e-tests",
6+
"GCM_SENDER_ID": "406099696497"
7+
}

packages/firebase_database/firebase_database/example/lib/firebase_options.dart

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright 2022, the Chromium project authors. Please see the AUTHORS file
2-
// for details. All rights reserved. Use of this source code is governed by a
3-
// BSD-style license that can be found in the LICENSE file.
1+
// Copyright 2022 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
44

55
// File generated by FlutterFire CLI.
6-
// ignore_for_file: lines_longer_than_80_chars
6+
// ignore_for_file: lines_longer_than_80_chars, avoid_classes_with_only_static_members
77
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
88
import 'package:flutter/foundation.dart'
99
show defaultTargetPlatform, kIsWeb, TargetPlatform;
@@ -23,19 +23,28 @@ class DefaultFirebaseOptions {
2323
if (kIsWeb) {
2424
return web;
2525
}
26-
// ignore: missing_enum_constant_in_switch
2726
switch (defaultTargetPlatform) {
2827
case TargetPlatform.android:
2928
return android;
3029
case TargetPlatform.iOS:
3130
return ios;
3231
case TargetPlatform.macOS:
3332
return macos;
33+
case TargetPlatform.windows:
34+
throw UnsupportedError(
35+
'DefaultFirebaseOptions have not been configured for windows - '
36+
'you can reconfigure this by running the FlutterFire CLI again.',
37+
);
38+
case TargetPlatform.linux:
39+
throw UnsupportedError(
40+
'DefaultFirebaseOptions have not been configured for linux - '
41+
'you can reconfigure this by running the FlutterFire CLI again.',
42+
);
43+
default:
44+
throw UnsupportedError(
45+
'DefaultFirebaseOptions are not supported for this platform.',
46+
);
3447
}
35-
36-
throw UnsupportedError(
37-
'DefaultFirebaseOptions are not supported for this platform.',
38-
);
3948
}
4049

4150
static const FirebaseOptions web = FirebaseOptions(
@@ -69,7 +78,7 @@ class DefaultFirebaseOptions {
6978
'https://flutterfire-e2e-tests-default-rtdb.europe-west1.firebasedatabase.app',
7079
storageBucket: 'flutterfire-e2e-tests.appspot.com',
7180
androidClientId:
72-
'406099696497-tvtvuiqogct1gs1s6lh114jeps7hpjm5.apps.googleusercontent.com',
81+
'406099696497-17qn06u8a0dc717u8ul7s49ampk13lul.apps.googleusercontent.com',
7382
iosClientId:
7483
'406099696497-1ugbsqv8nkfn788ep0k233e750aupb7u.apps.googleusercontent.com',
7584
iosBundleId: 'io.flutter.plugins.firebaseDatabaseExample',
@@ -84,7 +93,7 @@ class DefaultFirebaseOptions {
8493
'https://flutterfire-e2e-tests-default-rtdb.europe-west1.firebasedatabase.app',
8594
storageBucket: 'flutterfire-e2e-tests.appspot.com',
8695
androidClientId:
87-
'406099696497-tvtvuiqogct1gs1s6lh114jeps7hpjm5.apps.googleusercontent.com',
96+
'406099696497-17qn06u8a0dc717u8ul7s49ampk13lul.apps.googleusercontent.com',
8897
iosClientId:
8998
'406099696497-1ugbsqv8nkfn788ep0k233e750aupb7u.apps.googleusercontent.com',
9099
iosBundleId: 'io.flutter.plugins.firebaseDatabaseExample',

packages/firebase_database/firebase_database/example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
2929
B550B1FE23F53792007DADD5 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B550B1FD23F53792007DADD5 /* GoogleService-Info.plist */; };
3030
E1A3C0FEB219DE3059F49DD9 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EDA759B4F18DE63DF0790FB /* Pods_Runner.framework */; };
31+
EF4EBE83B78681F96489BCAB /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 91BA76097B82D81CDBFECCB2 /* GoogleService-Info.plist */; };
3132
/* End PBXBuildFile section */
3233

3334
/* Begin PBXContainerItemProxy section */
@@ -70,6 +71,7 @@
7071
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
7172
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
7273
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
74+
91BA76097B82D81CDBFECCB2 /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = "<group>"; };
7375
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
7476
9BC7A999E9028F67221E5E4C /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
7577
B51643519054BD100F273F38 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
@@ -118,6 +120,7 @@
118120
33CC10EE2044A3C60003C045 /* Products */,
119121
D73912EC22F37F3D000D13A0 /* Frameworks */,
120122
20D0F4B2FDA2F55D0E4D3C97 /* Pods */,
123+
91BA76097B82D81CDBFECCB2 /* GoogleService-Info.plist */,
121124
);
122125
sourceTree = "<group>";
123126
};
@@ -251,6 +254,7 @@
251254
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,
252255
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */,
253256
B550B1FE23F53792007DADD5 /* GoogleService-Info.plist in Resources */,
257+
EF4EBE83B78681F96489BCAB /* GoogleService-Info.plist in Resources */,
254258
);
255259
runOnlyForDeploymentPostprocessing = 0;
256260
};

packages/firebase_database/firebase_database/example/macos/Runner/GoogleService-Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<plist version="1.0">
44
<dict>
55
<key>CLIENT_ID</key>
6-
<string>448618578101-muccra9c59ddgpooibm65023uqidlsk2.apps.googleusercontent.com</string>
6+
<string>406099696497-1ugbsqv8nkfn788ep0k233e750aupb7u.apps.googleusercontent.com</string>
77
<key>REVERSED_CLIENT_ID</key>
8-
<string>com.googleusercontent.apps.448618578101-muccra9c59ddgpooibm65023uqidlsk2</string>
8+
<string>com.googleusercontent.apps.406099696497-1ugbsqv8nkfn788ep0k233e750aupb7u</string>
99
<key>ANDROID_CLIENT_ID</key>
10-
<string>448618578101-26jgjs0rtl4ts2i667vjb28kldvs2kp6.apps.googleusercontent.com</string>
10+
<string>406099696497-17qn06u8a0dc717u8ul7s49ampk13lul.apps.googleusercontent.com</string>
1111
<key>API_KEY</key>
12-
<string>AIzaSyAHAsf51D0A407EklG1bs-5wA7EbyfNFg0</string>
12+
<string>AIzaSyDooSUGSf63Ghq02_iIhtnmwMDs4HlWS6c</string>
1313
<key>GCM_SENDER_ID</key>
14-
<string>448618578101</string>
14+
<string>406099696497</string>
1515
<key>PLIST_VERSION</key>
1616
<string>1</string>
1717
<key>BUNDLE_ID</key>
1818
<string>io.flutter.plugins.firebaseDatabaseExample</string>
1919
<key>PROJECT_ID</key>
20-
<string>react-native-firebase-testing</string>
20+
<string>flutterfire-e2e-tests</string>
2121
<key>STORAGE_BUCKET</key>
22-
<string>react-native-firebase-testing.appspot.com</string>
22+
<string>flutterfire-e2e-tests.appspot.com</string>
2323
<key>IS_ADS_ENABLED</key>
2424
<false></false>
2525
<key>IS_ANALYTICS_ENABLED</key>
@@ -31,8 +31,8 @@
3131
<key>IS_SIGNIN_ENABLED</key>
3232
<true></true>
3333
<key>GOOGLE_APP_ID</key>
34-
<string>1:448618578101:ios:bd1531505d78ada5ac3efc</string>
34+
<string>1:406099696497:ios:e31ee2c5dc99d4743574d0</string>
3535
<key>DATABASE_URL</key>
36-
<string>https://react-native-firebase-testing.firebaseio.com</string>
36+
<string>https://flutterfire-e2e-tests-default-rtdb.europe-west1.firebasedatabase.app</string>
3737
</dict>
3838
</plist>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"file_generated_by": "FlutterFire CLI",
3+
"purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
4+
"GOOGLE_APP_ID": "1:406099696497:ios:e31ee2c5dc99d4743574d0",
5+
"FIREBASE_PROJECT_ID": "flutterfire-e2e-tests",
6+
"GCM_SENDER_ID": "406099696497"
7+
}

0 commit comments

Comments
 (0)