Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.01 KB

setup-play-games.md

File metadata and controls

22 lines (16 loc) · 1.01 KB

Set up authentication using Play Games Sign-In

Android

  1. Add playgames.google.com to the providers configuration array.
  2. Add the following project variable to your variables.gradle file (usually android/variables.gradle):
    ext {
    +    rgcfaIncludeGoogle = true
    }
    Run npx cap update to update the native plugins and dependencies.
  3. 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.