Skip to content

Sharingang/Sharingang-Android

Repository files navigation

Sharingang

Build Status Maintainability Test Coverage

Project setup

  • Download the google-services.json file from the Firebase console and place it under in the app/ folder
  • Install Firebase CLI
  • Copy the .runtimeconfig.json and serviceAccountKey.json files into the functions directory
  • Run npm install in the functions directory
  • Launch the Firebase emulator firebase emulators:start --import=./sample-data

Release build

When building the app in release mode, it will automatically use the real Firebase servers instead of the emulator. Your signing key needs to be added on the Firebase console.

Using Firebase emulator on a physical device

If you want to run the app on a physical phone instead of the Android emulator, you will have to replace the IP address in RepositoryModule by the IP address of your computer.