Skip to content

Commit 813f4a6

Browse files
committed
update firebase
1 parent 986f513 commit 813f4a6

File tree

6 files changed

+241
-42
lines changed

6 files changed

+241
-42
lines changed

dataconnect/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

dataconnect/firebase.json

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
11
{
2-
"flutter": {
3-
"platforms": {
4-
"android": {
5-
"default": {
6-
"projectId": "quickstart-flutter-cc624",
7-
"appId": "1:731568610039:android:2fda8b27330be9447251f2",
8-
"fileOutput": "android/app/google-services.json"
9-
}
10-
},
11-
"ios": {
12-
"default": {
13-
"projectId": "quickstart-flutter-cc624",
14-
"appId": "1:731568610039:ios:e78b43f1d75a77d87251f2",
15-
"uploadDebugSymbols": false,
16-
"fileOutput": "ios/Runner/GoogleService-Info.plist"
17-
}
18-
},
19-
"dart": {
20-
"lib/firebase_options.dart": {
21-
"projectId": "quickstart-flutter-cc624",
22-
"configurations": {
23-
"android": "1:731568610039:android:2fda8b27330be9447251f2",
24-
"ios": "1:731568610039:ios:e78b43f1d75a77d87251f2",
25-
"macos": "1:731568610039:ios:e78b43f1d75a77d87251f2",
26-
"web": "1:731568610039:web:2896847d0f5655fb7251f2",
27-
"windows": "1:731568610039:web:3c1e404f955f0b467251f2"
28-
}
29-
}
30-
},
31-
"macos": {
32-
"default": {
33-
"projectId": "quickstart-flutter-cc624",
34-
"appId": "1:731568610039:ios:e78b43f1d75a77d87251f2",
35-
"uploadDebugSymbols": false,
36-
"fileOutput": "macos/Runner/GoogleService-Info.plist"
37-
}
38-
}
39-
}
40-
},
412
"dataconnect": { "source": "dataconnect" },
423
"emulators": { "dataconnect": { "port": 9399 }, "auth": { "port": 9400 } }
434
}

dataconnect/macos/Podfile.lock

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
PODS:
2+
- AppCheckCore (11.2.0):
3+
- GoogleUtilities/Environment (~> 8.0)
4+
- GoogleUtilities/UserDefaults (~> 8.0)
5+
- PromisesObjC (~> 2.4)
6+
- Firebase/AppCheck (11.4.2):
7+
- Firebase/CoreOnly
8+
- FirebaseAppCheck (~> 11.4.0)
9+
- Firebase/Auth (11.4.2):
10+
- Firebase/CoreOnly
11+
- FirebaseAuth (~> 11.4.0)
12+
- Firebase/CoreOnly (11.4.2):
13+
- FirebaseCore (= 11.4.2)
14+
- firebase_app_check (0.3.1-4):
15+
- Firebase/AppCheck (~> 11.4.0)
16+
- Firebase/CoreOnly (~> 11.4.0)
17+
- firebase_core
18+
- FlutterMacOS
19+
- firebase_auth (5.3.3):
20+
- Firebase/Auth (~> 11.4.0)
21+
- Firebase/CoreOnly (~> 11.4.0)
22+
- firebase_core
23+
- FlutterMacOS
24+
- firebase_core (3.8.0):
25+
- Firebase/CoreOnly (~> 11.4.0)
26+
- FlutterMacOS
27+
- FirebaseAppCheck (11.4.0):
28+
- AppCheckCore (~> 11.0)
29+
- FirebaseAppCheckInterop (~> 11.0)
30+
- FirebaseCore (~> 11.0)
31+
- GoogleUtilities/Environment (~> 8.0)
32+
- GoogleUtilities/UserDefaults (~> 8.0)
33+
- FirebaseAppCheckInterop (11.5.0)
34+
- FirebaseAuth (11.4.0):
35+
- FirebaseAppCheckInterop (~> 11.0)
36+
- FirebaseAuthInterop (~> 11.0)
37+
- FirebaseCore (~> 11.4)
38+
- FirebaseCoreExtension (~> 11.4)
39+
- GoogleUtilities/AppDelegateSwizzler (~> 8.0)
40+
- GoogleUtilities/Environment (~> 8.0)
41+
- GTMSessionFetcher/Core (< 5.0, >= 3.4)
42+
- RecaptchaInterop (~> 100.0)
43+
- FirebaseAuthInterop (11.5.0)
44+
- FirebaseCore (11.4.2):
45+
- FirebaseCoreInternal (< 12.0, >= 11.4.2)
46+
- GoogleUtilities/Environment (~> 8.0)
47+
- GoogleUtilities/Logger (~> 8.0)
48+
- FirebaseCoreExtension (11.4.1):
49+
- FirebaseCore (~> 11.0)
50+
- FirebaseCoreInternal (11.5.0):
51+
- "GoogleUtilities/NSData+zlib (~> 8.0)"
52+
- FlutterMacOS (1.0.0)
53+
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
54+
- GoogleUtilities/Environment
55+
- GoogleUtilities/Logger
56+
- GoogleUtilities/Network
57+
- GoogleUtilities/Privacy
58+
- GoogleUtilities/Environment (8.0.2):
59+
- GoogleUtilities/Privacy
60+
- GoogleUtilities/Logger (8.0.2):
61+
- GoogleUtilities/Environment
62+
- GoogleUtilities/Privacy
63+
- GoogleUtilities/Network (8.0.2):
64+
- GoogleUtilities/Logger
65+
- "GoogleUtilities/NSData+zlib"
66+
- GoogleUtilities/Privacy
67+
- GoogleUtilities/Reachability
68+
- "GoogleUtilities/NSData+zlib (8.0.2)":
69+
- GoogleUtilities/Privacy
70+
- GoogleUtilities/Privacy (8.0.2)
71+
- GoogleUtilities/Reachability (8.0.2):
72+
- GoogleUtilities/Logger
73+
- GoogleUtilities/Privacy
74+
- GoogleUtilities/UserDefaults (8.0.2):
75+
- GoogleUtilities/Logger
76+
- GoogleUtilities/Privacy
77+
- GTMSessionFetcher/Core (4.1.0)
78+
- PromisesObjC (2.4.0)
79+
80+
DEPENDENCIES:
81+
- firebase_app_check (from `Flutter/ephemeral/.symlinks/plugins/firebase_app_check/macos`)
82+
- firebase_auth (from `Flutter/ephemeral/.symlinks/plugins/firebase_auth/macos`)
83+
- firebase_core (from `Flutter/ephemeral/.symlinks/plugins/firebase_core/macos`)
84+
- FlutterMacOS (from `Flutter/ephemeral`)
85+
86+
SPEC REPOS:
87+
trunk:
88+
- AppCheckCore
89+
- Firebase
90+
- FirebaseAppCheck
91+
- FirebaseAppCheckInterop
92+
- FirebaseAuth
93+
- FirebaseAuthInterop
94+
- FirebaseCore
95+
- FirebaseCoreExtension
96+
- FirebaseCoreInternal
97+
- GoogleUtilities
98+
- GTMSessionFetcher
99+
- PromisesObjC
100+
101+
EXTERNAL SOURCES:
102+
firebase_app_check:
103+
:path: Flutter/ephemeral/.symlinks/plugins/firebase_app_check/macos
104+
firebase_auth:
105+
:path: Flutter/ephemeral/.symlinks/plugins/firebase_auth/macos
106+
firebase_core:
107+
:path: Flutter/ephemeral/.symlinks/plugins/firebase_core/macos
108+
FlutterMacOS:
109+
:path: Flutter/ephemeral
110+
111+
SPEC CHECKSUMS:
112+
AppCheckCore: cc8fd0a3a230ddd401f326489c99990b013f0c4f
113+
Firebase: 7fd5466678d964be78fbf536d8a3385da19c4828
114+
firebase_app_check: 27a62bd66d30049207742fcb7fc996bdb82ba622
115+
firebase_auth: 85ed6c80b24da60af13391f9cdc0e566440b1963
116+
firebase_core: d95c4a2225d7b6ed46bc31fb2a6f421fc7c8285b
117+
FirebaseAppCheck: 933cbda29279ed316b82360bca77602ac1af1ff2
118+
FirebaseAppCheckInterop: d265d9f4484e7ec1c591086408840fdd383d1213
119+
FirebaseAuth: c359af98bd703cbf4293eec107a40de08ede6ce6
120+
FirebaseAuthInterop: 1219bee9b23e6ebe84c256a0d95adab53d11c331
121+
FirebaseCore: 6b32c57269bd999aab34354c3923d92a6e5f3f84
122+
FirebaseCoreExtension: f1bc67a4702931a7caa097d8e4ac0a1b0d16720e
123+
FirebaseCoreInternal: f47dd28ae7782e6a4738aad3106071a8fe0af604
124+
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
125+
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
126+
GTMSessionFetcher: 923b710231ad3d6f3f0495ac1ced35421e07d9a6
127+
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
128+
129+
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3
130+
131+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)