How to setup and build the project

October 1, 2025 ยท View on GitHub

  • Create secrets.properties file in root directory with this content:
SPOTIFY_CLIENT_ID=<your Spotify client id>
SPOTIFY_CLIENT_SECRET=<your Spotify client secret>

Firebase

  • Go to https://console.firebase.google.com/
  • Create 2 projects with analytics and crashlytics with the following package ids:
    • io.github.lydavid.musicsearch.debug for debug
    • io.github.lydavid.musicsearch for release
  • Download and add google-services.json to android/app/src/debug and android/app/src/release

Spotify

iOS