Since Bisq is a desktop-based application, this Android app enables you to pair it with your desktop application and receive important notifications such as trade updates and offer alerts when you are not near your computer.
In order to pair the app and receive notifications, you will need to obtain an appropriate
google-services.json
file and place it under the app/ directory. Refer to
firebase documentation
for more information.
Note, the
google-services.json
file needs to correspond to thefcmServiceAccountKey.json
used by the bisq-relay service.
Whenever dependencies are updated/changed, it is necessary to update the following:
- gradle/verification-metadata.xml - can be updated using the following command:
./gradlew --write-verification-metadata sha256 build :app:processDebugResources :app:connectedDebugAndroidTest
- gradle.lockfile - can be updated using the following command:
./gradlew dependencies --write-locks
For information on the architectural design, refer to the Bisq Remote Specification.