Skip to content

Contributing Guide

Padam Chopra edited this page Jun 30, 2020 · 2 revisions

Just download the repo, configure firebase locally for the project, build it, and start working on the issues listed on Github. Create a PR and add @padamchopra or @aryamanagrawal to review.

Firebase configuration

Follow the official firebase documentation to connect firebase to the app locally. The following information, however, is required to set it up successfully.

  • Name the firebase project Opus.
  • Before adding apps, go to Authentication under Develop, and click on Set up sign-in method. Enable Email/Password and click Save.
  • Android package name: com.practikality.opus
  • iOS Bundle identifier: com.practikality.opus
Clone this wiki locally