For further reference, please consider the following sections:
-
Setup Firebase or Just follow the following steps to Initialize the SDK, Create and Download Firebase Credentials JSON File
- After JSON file is downloaded, copy the content of downloaded file and replace play-integrity-credentials.json content with that copied text
- Replace application-name value in application.yml file with project_id variable that is in play-integrity-credentials.json
- HELPFUL LINK BUT IT SHOULD NOT BE NEEDED
-
Endpoints:
-
How to Install and Run Docker Image (OPTIONAL)
- Download and Install Docker
- Run the following commands in the DockerFile path to run the Spring Boot Project:
- mvn clean install
- docker build -t mb/play-integrity-service .
- docker run -p 8080:8080 --name play-integrity-service mb/play-integrity-service
The following guides illustrate how to use some features concretely: