Set up authentication using Play Games Sign-In

December 12, 2025 ยท View on GitHub

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.