Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Add google-services.json in ./android/app to make app possible to compile #705

@emanuelb

Description

@emanuelb

Build instructions include in 3: https://github.com/rsksmart/rwallet/blob/master/README.md#getting-started

  1. In order to use firebase messaging on Android, put google-services.json in the android/app.

But empty google-services.json file that is valid json (content {}) will result in error:

* What went wrong:
Execution failed for task ':app:processReleaseGoogleServices'.
> Missing project_info object

so used file form: https://github.com/blockchain/My-Wallet-V3-Android/blob/75ebe718cb99c6d302efb90447f1719973deb93f/scripts/quick_start.sh#L7-L46 (same command to create file, but changed the package_name to com.rsk.rwallet.v2) to avoid error:

* What went wrong:
Execution failed for task ':app:processReleaseGoogleServices'.
> No matching client found for package name 'com.rsk.rwallet.v2'

Thus this issue is to implement mechanism to create the google-services.json like is used in Blockchain quick_start.sh above, or add to readme instructions with enough information for creating a valid file.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions