Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Latest commit

 

History

History
67 lines (43 loc) · 2.21 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.21 KB

Random Notes

GitHubActions Codebeat Codecov Android Arsenal

About

Demo Android application for Parse test server.

Google auth

Resources

Usage

In preferences.xml replace this value to own analogue:

<string name="google_web_app_token_id">[APP_ID]</string>

Facebook auth

Resources

Usage

In preferences.xml replace this values to own analogues:

<string name="facebook_app_id">[APP_ID]</string>
<string name="fb_login_protocol_scheme">fb[APP_ID]</string>

Screenshots

How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ ./gradlew clean
$ ./gradlew build
$ ./gradlew connectedCheck

If you don't see any error messages, submit your pull request.

Contributors