-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update and fix deps #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update and fix deps #756
Conversation
library/google-services.json
Outdated
"firebase_url": "", | ||
"project_id": "", | ||
"storage_bucket": "" | ||
"project_number": "316052285104", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
com.google.gms:google-services:3.1.0
complained with these empty values so I just provided my dummy project ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just put some actual dummy values then? I know there's nothing bad about leaking yours but it feels a little odd...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, rebased.
@SUPERCILEX thank you for solving this! Much better, just left one comment. |
@SUPERCILEX d'oh looks like the plugin can detect obviously fake values. Here's a fake JSON file I've made that works: You can copy the values you need out of that. |
@samtstern Dang, that's a hardcore |
@samtstern See #752 (comment)