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

Public APK Distribution? #25

Closed
thatfiredev opened this issue Jul 24, 2019 · 2 comments
Closed

Public APK Distribution? #25

thatfiredev opened this issue Jul 24, 2019 · 2 comments
Assignees

Comments

@thatfiredev
Copy link

I'm actually opening this issue for 2 reasons:

  1. Having the google-services.json file doesn't really help us;
  2. I think we should consider distributing the APK on the website.

The google-services.json

Although we're using your google-services.json file, the only SHA key that has been added to the Firebase Console belongs to you, @horaciocome1 . So that means we cannot login to Firebase Authentication, because the SHA keys from our laptops were not added to t he Firebase Console, therefore they're not allowed to login.

I'd suggest removing the json file from the repository and adding instructions for developers to create their own Firebase Project, get their own json file and add the file to their fork of the project.

Distributing the APK

Of course, if everyone has their own Firebase Project, the users, data, config, files, etc will all be different. And this is not what we want. We want everyone to use a single database. That's why we need a release APK. This APK will contain your google-services.json file and will be signed with a release SHA key. I'd recommend having a look at Publish your app to better understand how to sign your APK.

I also saw #14 and I know you can't yet publish the APK to the Playstore, but maybe it could be published on the website, where everyone can download it and install on their devices.

@horaciocome1 horaciocome1 self-assigned this Jul 26, 2019
@horaciocome1
Copy link
Owner

Hi!
Yes. You're completely right.

By now you should be able to download the apk file here :)

@horaciocome1
Copy link
Owner

Now one can find public APK directly here on releases

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

No branches or pull requests

2 participants