Skip to content

Commit 04497f3

Browse files
authored
Merge pull request #54 from I4annet/main
feat: push log aktivitas terintegrasi dengan lain
2 parents 8eb4e44 + f73481d commit 04497f3

16 files changed

+891
-608
lines changed

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "khip01-jawara-app"
4+
}
5+
}

firebase.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
{"flutter":{"platforms":{"android":{"default":{"projectId":"khip01-jawara-app","appId":"1:677414590656:android:f6c30559a13f63600bf525","fileOutput":"android/app/google-services.json"}},"dart":{"lib/firebase_options.dart":{"projectId":"khip01-jawara-app","configurations":{"android":"1:677414590656:android:f6c30559a13f63600bf525","ios":"1:677414590656:ios:4ab53b96ad73b4f30bf525","web":"1:677414590656:web:96cacff3beece26b0bf525"}}}}}}
1+
{
2+
"flutter": {
3+
"platforms": {
4+
"android": {
5+
"default": {
6+
"projectId": "khip01-jawara-app",
7+
"appId": "1:677414590656:android:f6c30559a13f63600bf525",
8+
"fileOutput": "android/app/google-services.json"
9+
}
10+
},
11+
"dart": {
12+
"lib/firebase_options.dart": {
13+
"projectId": "khip01-jawara-app",
14+
"configurations": {
15+
"android": "1:677414590656:android:f6c30559a13f63600bf525",
16+
"ios": "1:677414590656:ios:4ab53b96ad73b4f30bf525",
17+
"web": "1:677414590656:web:96cacff3beece26b0bf525"
18+
}
19+
}
20+
}
21+
}
22+
},
23+
"functions": [
24+
{
25+
"codebase": "default",
26+
"disallowLegacyRuntimeConfig": true,
27+
"ignore": [
28+
"node_modules",
29+
".git",
30+
"firebase-debug.log",
31+
"firebase-debug.*.log",
32+
"*.local"
33+
],
34+
"predeploy": [
35+
"npm --prefix \"$RESOURCE_DIR\" run lint"
36+
],
37+
"source": "functions"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)