An Android app that centralizes all lost and found things.
Made by Di Hu, Emily Tran, Stephanie Angulo.
- CONNECT WITH EC2 INSTANCE: In your terminal, run the following command in the same directory as the provided pem file
ssh -i flostkeypair.pem [email protected]
- START SERVER: Run the following command
sudo java -Dserver.port=80 -jar FlostServer-1.0-SNAPSHOT.jar
You won't be able to use Firebase authentication until you add your project's SHA1 key to the firebase project. We will add you as a project Firebase member of Flost. Make sure you have the project on Android Studio
- Go to the Flost Android Project
- On the right hand side, click on Gradle
- Navigate to :app -> Tasks -> android -> signingReport. Double click on it
- Copy the generated SHA1 key under the variant name "debug"
- Go to the Firebase project (you should have gotten an email about gaining access to this)
- Go to Settings and scroll all the way down. Click on "Add Fingerprint"
- Paste the SHA1 from step 4 and save
Before you start the app, please update Google Play Services on the emulator. After all of the previous steps, you should be able to run the Android app from Android Studio!