Cloning the Project
$ git clone https://github.com/SoftwareEngineeringDaily/software-engineering-daily-android.git
cd software-engineering-daily-android
Setting up Firebase
- Go to the Firebase website and create an account if you do not already have one
- Create a new project on the Firebase dashboard
- Add a new Android app in the Firebase Dashboard.
- Set the package name to com.koalatea.thehollidayinn.softwareengineeringdaily
- Download google-services.json and place it in /app/
- Compile the project with Gradle using
./gradlew build
To get used to the codebase, it might help to solve an issue with the “good first issue” label