This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hugo Xu edited this page Nov 29, 2019
·
30 revisions
Welcome to the InfiniMood wiki!
taekun (@luketk97)
jzong (@jonong1)
jnrizvi (@jnrizvi)
haiyang3 (@jspenguin2017)
wfenton (@willfenton)
beckingh (@Tyler123231)
Object-Oriented Analysis and Diagrams
Glossary and Information Sources
- Clone this repository
- Create a Firebase project
- Download
google-services.json
to/src/app
- Setup authentication and Firestore, Firestore rules can be found here
- Create
keys.xml
as instructed below and put it inside/src/app/src/main/res/values
- Open
/src
in Android Studio and build
Replace YOUR_GOOGLE_MAP_API_KEY
with your Google Map API key. You can create a key in your Google API Console.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="map_key" translatable="false">YOUR_GOOGLE_MAP_API_KEY</string>
</resources>
- Clone this repository
- Download
secrets.zip
from Slack pinned message or email - Put downloaded
secrets.zip
into the repository root - Go to the repository root and run
unzip -o ./secrets.zip
- If you need to access Firebase console, copy your own
google-services.json
to/src/app
- Open
/src
in Android Studio and build
Only Android 6 and above (SDK 23) will be supported. SDK 23 is required for time picker.
This project is licensed under GNU GPL version 3 or later. For the list of open source components used by this project, please refer to the Information Sources page.