Skip to content
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

Why is it using Google Crashlytics and asking for a google services .json? #104

Open
ghostbuster84 opened this issue Dec 17, 2021 · 1 comment

Comments

@ghostbuster84
Copy link

Being an open-sourced voice assistant, it should not be utilizing anything google related. I thought the whole point was to reclaim privacy, not send it back to google.

@josiahls
Copy link

Btw I just needed to edit:
Screenshot from 2022-04-24 16-54-07

For both both:
build.gradle.kts

Make sure to comment out firebase / google related stuff. No sure why we need to do this in the first place. I think by default these should be commented or at least be toggled by a setting of somekind.

plugins {
	id("com.android.application")
//	id("com.google.firebase.crashlytics")
	kotlin("android")
//	id("com.google.gms.google-services")
}

And

//		classpath("com.google.gms:google-services:4.3.10")
//		classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.0")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants