Skip to content

An Android app that centralizes all lost and found things.

Notifications You must be signed in to change notification settings

angulostephanie/Flost

Repository files navigation

Flost

An Android app that centralizes all lost and found things.

Made by Di Hu, Emily Tran, Stephanie Angulo.

Instructions

Run Server

  1. 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]
  1. START SERVER: Run the following command
sudo java -Dserver.port=80 -jar FlostServer-1.0-SNAPSHOT.jar

Add SHA 1 key to Firebase

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

  1. Go to the Flost Android Project
  2. On the right hand side, click on Gradle
  3. Navigate to :app -> Tasks -> android -> signingReport. Double click on it
  4. Copy the generated SHA1 key under the variant name "debug"
  5. Go to the Firebase project (you should have gotten an email about gaining access to this)
  6. Go to Settings and scroll all the way down. Click on "Add Fingerprint"
  7. Paste the SHA1 from step 4 and save

Using the App

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!

About

An Android app that centralizes all lost and found things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages