The nwHacks Android NFC app, used to manage hackathon participants via NFC-enabled nametags.
For a technical overview (nwHacks 2018), see this blog post.
To setup this project for local development, follow these steps (assuming that you're using Android Studio):
- Clone this repo.
- Download the configuration file (google-services.json) by following these instructions (for the developer Google Cloud project). Place this configuration file in the /app folder.
- Open this project in Android Studio, and follow this tutorial to get a SHA1 certificate fingerprint. Copy this SHA1 fingerprint and add it to the Firebase through the project settings page (the same page from where you downloaded the configuration file in step 2).
This project is licensed under the MIT License - see the LICENSE.md file for details