forked from samanjhutty/Ampify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
executable file
·31 lines (31 loc) · 1.07 KB
/
firebase.json
File metadata and controls
executable file
·31 lines (31 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "ampify-samtech",
"appId": "1:962828708485:android:156869661d21e804e097ec",
"uploadDebugSymbols": true,
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "ampify-samtech",
"appId": "1:962828708485:ios:d7b056145c33df15e097ec",
"uploadDebugSymbols": true,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "ampify-samtech",
"configurations": {
"android": "1:962828708485:android:156869661d21e804e097ec",
"ios": "1:962828708485:ios:d7b056145c33df15e097ec"
}
}
}
}
}
}