Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by rutillastoby · May 11, 2019 at 08:19 PM · google playgoogle play gamesgoogle

Error with google play games authentication,Problem with the Firebase login with Google Play

Hi all! I am creating a project with unity 2018.3 using firebase and I have implemented the authentication with Gooogle Play. I have followed all the steps of the official documentation (https://firebase.google.com/docs/auth/unity/play-games?authuser=0). Registering in google play console and registering the game service and establishing the emails of the clients that can use the application (I have not registered the application in google play since according to the documentation it is not necessary and I am still doing tests).

Everything I have configured as explained but at the time of login in the application, with the method Social.localUser.Authenticate ((bool success) but will be the popup window of google play games and automatically closes deolviendo always false.


This is the code that I'm running

 void Start() {
         PlayGamesClientConfiguration config = new PlayGamesClientConfiguration.Builder()
         .RequestServerAuthCode(false /* Don't force refresh */)
         .Build();
 
         PlayGamesPlatform.InitializeInstance(config);
         PlayGamesPlatform.Activate();
         PlayGamesPlatform.DebugLogEnabled = true;
         //SignIn();
     }
 
     public void SignIn() {
         Social.localUser.Authenticate((bool success) =>
         {
             if (success) {
                 t.text = ("ok");
             } else {
                 t.text = ("error");
             }
         });
     }



I have debugged the execution and this is the result of the error that is obtained. (Application is pausing, which disconnects the RTMP client. Leaving room.)

 05-10 18:37:27.515: I/Unity(1241): Starting Auth with token client.
 05-10 18:37:27.515: I/Unity(1241):  
 05-10 18:37:27.515: I/Unity(1241): (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
 05-10 18:37:33.720: I/Unity(1241):  [Play Games Plugin DLL] 05/10/19 18:37:33 +02:00 DEBUG: Application is pausing, which disconnects the RTMP  client.  Leaving room.
 05-10 18:37:33.720: I/Unity(1241):  
 05-10 18:37:33.720: I/Unity(1241): (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
 05-10 18:37:33.723: I/Unity(1241):  [Play Games Plugin DLL] 05/10/19 18:37:33 +02:00 DEBUG: Invoking user callback on game thread
 05-10 18:37:33.723: I/Unity(1241):  
 05-10 18:37:33.723: I/Unity(1241): (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)

I have tried all the proposed solutions on similar topics but without any success, I have checked the SHA-1 code of both my keystore and the google API console correspond.

I have tried many things but I can not solve the error. Anyone know what might be happening?

Thank you so much

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image echoMike · Oct 29, 2019 at 03:44 AM 0
Share

Hey there it's kind of late to mention this again, but I also got the same problem T_T and am still finding answers...

Have you solve it?

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

115 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How can I get email id of the google user while using playgameservices sdk? 1 Answer

How to remove 'com.xiaomi.account.openauth.AuthorizeActivityBase.onCreate' from my game 1 Answer

Data of Google player Game service ? 0 Answers

Google play save data 1 Answer

Google play save doesn't work 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges