FRC Krawler is a FIRST Robotics Competition scouting app developed by Team 2052 - KnightKrawler.
You will need to set up some project secrets to properly build this project.
Update your local.properties
file with the following:
frckrawler.tba-api-key
: An auth key for The Blue Alliance
frckrawler.tba-api-key=abc123
This repo includes a fake Firebase configuration file, and you should be able to run the app as-is. If you want to test Firebase integration, you will need to replace the default configuration file with a real one.
Set up a Firebase project and follow steps 1 & 2 here to add an Android app to your project.
Follow the instructions in step 3 to download the google-services.json
file and replace the one in this project at app/google-services.json
.
Please feel free to open feature requests and bug reports here on GitHub! We'll do our best to address them in a timely manner.