- Notifications
You must be signed in to change notification settings - Fork0
Zyncco/Android-App
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is the open source Android client for Zync,the service which syncs your clipboard across your devices.Please note that although Zync is open source, our credentialsfor the services we use arenot included in this repository for obvious reasons.
Setting up the environment for this project involves two steps:
- Setting up your
google-services.json
file - Entering details into
keystore.properties
Firebase, and resultantly, Google Play Services requires thegoogle-services.json
tobe in theapp
folder. You can get this file by doing the following:
- Enter into yourFirebase Console, and go to your project. If you do not have one, create one.You can also import a Google project by clickingImport Google Project
- ClickAdd Firebase to Android App and follow the instructions there. This may have already beendone for you if you imported a Google project, and you can download the
google-services.json
fileby followingthese instructions - When asked for the project's package name, enter
co.zync.android
- When finished, you can download the
google-services.json
file and move it to theapp
folder
These instructions were based off ofthis
keystore.properties
is a file which sits in the root directory of the project and containsauthentication details for things such as OAuth services. Here is the template for the file:
FacebookApplicationId="fbapp_id"
Simply replace the slots for their corresponding values. For example, replacefbapp_id
with the Application IDgiven to you when you register an App on Facebook.