forked from yanmoyy/moodiary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
27 lines (27 loc) · 724 Bytes
/
firebase.json
File metadata and controls
27 lines (27 loc) · 724 Bytes
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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "moodiary-b37ca",
"appId": "1:436974429429:android:de717ff64c908c2ed891bc",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "moodiary-b37ca",
"configurations": {
"android": "1:436974429429:android:de717ff64c908c2ed891bc",
"ios": "1:436974429429:ios:e2dff83fc9ea0671d891bc",
"web": "1:436974429429:web:365bdc9ebcddc04bd891bc"
}
}
}
}
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
}
}