Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 860 Bytes

setup-play-games.md

File metadata and controls

21 lines (15 loc) · 860 Bytes

Set up authentication using Play Games Sign-In

Android

  1. Add the following project variable to your variables.gradle file (usually android/build.gradle):
    ext {
    +    rgcfaIncludeGoogle = true
    }
    Run npx cap update to update the native plugins and dependencies.
  2. See Before you begin and follow the instructions to configure sign-in with Play Games correctly.
    Attention: Skip step 2 in Set up your Android project. The dependency for the Firebase Authentication Android library is already declared by the plugin.

iOS

🚧 Currently not supported.

Web

🚧 Currently not supported.