-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
45 lines (45 loc) · 1.36 KB
/
firebase.json
File metadata and controls
45 lines (45 loc) · 1.36 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": ["venv", ".git", "firebase-debug.log", "firebase-debug.*.log", "other", "_local_*", "local_scripts", ".gitignore", "requests.http"]
},
{
"source": "functions_plot_twist",
"codebase": "plot_twist"
},
{
"source": "payment_verification_backend",
"codebase": "payment_verification",
"ignore": ["node_modules", ".git", "firebase-debug.log", "firebase-debug.*.log", ".DS_Store"]
}
],
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "noble-descent-420612",
"appId": "1:104439269977:android:a5e9c424cab1818964bf48",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "noble-descent-420612",
"configurations": {
"android": "1:104439269977:android:a5e9c424cab1818964bf48",
"ios": "1:104439269977:ios:3c0f1c2cb49afef064bf48",
"macos": "1:104439269977:ios:3c0f1c2cb49afef064bf48",
"web": "1:104439269977:web:c4ad1b9f6d77a66e64bf48",
"windows": "1:104439269977:web:d38ab3f9ce2073b464bf48"
}
}
}
}
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
}
}