Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

google-services.json missing from "santa-tracker" module #28

Closed
justcla opened this issue Jul 31, 2019 · 3 comments
Closed

google-services.json missing from "santa-tracker" module #28

justcla opened this issue Jul 31, 2019 · 3 comments

Comments

@justcla
Copy link

justcla commented Jul 31, 2019

Santa Tracker will not build because the google-service.json file is missing from the "santa-tracker" module.

Solution:

Add a file called "google-services.json" to the "santa-tracker" module.

@justcla
Copy link
Author

justcla commented Jul 31, 2019

{
"project_info": {
"project_number": "841105498901",
"firebase_url": "https://santa-tracker-studio-test.firebaseio.com",
"project_id": "santa-tracker-studio-test",
"storage_bucket": "santa-tracker-studio-test.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:841105498901:android:1117e038032dd922",
"android_client_info": {
"package_name": "com.google.android.apps.santatracker.debug"
}
},
"oauth_client": [
{
"client_id": "841105498901-0a7s3cmthn8f4r266l49bkaicnmo9h5t.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCOQpTGhIeep7b-vUaPSdKxb7dzZOk1E5g"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "841105498901-0a7s3cmthn8f4r266l49bkaicnmo9h5t.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}

@krharsh17
Copy link

It is missing because you have to create your own google-services.json file by creating a personal firebase project as specified here in the 'Building the app' section.

Follow the steps on the page correctly and you will not face the error.

@justcla
Copy link
Author

justcla commented Sep 24, 2019

Indeed, you're right. I never read the instructions. My bad.

Although...it did make the whole process difficult. It would be nice if the app would build and run without requiring that step. Ie. fail gracefully / some modules work if/only if Firebase setup correctly.

Closing this bug for now.

@justcla justcla closed this as completed Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants