Skip to content

Commit eb387a3

Browse files
committed
ci: wire up CI for firebase-ai
1 parent 827565e commit eb387a3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

copy_mock_google_services_json.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ cp mock-google-services.json crash/app/google-services.json
1414
cp mock-google-services.json database/app/google-services.json
1515
cp mock-google-services.json dataconnect/app/google-services.json
1616
cp mock-google-services.json dynamiclinks/app/google-services.json
17+
cp mock-google-services.json firebase-ai/app/google-services.json
1718
cp mock-google-services.json firestore/app/google-services.json
1819
cp mock-google-services.json functions/app/google-services.json
1920
cp mock-google-services.json inappmessaging/app/google-services.json

mock-google-services.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,25 @@
995995
"other_platform_oauth_client": []
996996
}
997997
}
998+
},
999+
{
1000+
"client_info": {
1001+
"mobilesdk_app_id": "1:474448463284:android:c76572afd2f0ba8d97e8e1",
1002+
"android_client_info": {
1003+
"package_name": "com.google.firebase.quickstart.ai"
1004+
}
1005+
},
1006+
"oauth_client": [],
1007+
"api_key": [
1008+
{
1009+
"current_key": "AIzaSyCPndbsEs_QWumL5_B0BpNLuMkvVSecvL0"
1010+
}
1011+
],
1012+
"services": {
1013+
"appinvite_service": {
1014+
"other_platform_oauth_client": []
1015+
}
1016+
}
9981017
}
9991018
],
10001019
"client_info": [],

0 commit comments

Comments
 (0)