Thaina Yu

Results 256 comments of Thaina Yu

@stewartmiles I haven't test with PGS since unity firebase sdk 5.2 And it's not that I can't get photoURL from PGS directly. I just want to tell you that firebase...

I think I need to reopen because I don't see documentation about gamecenter. Also SAML still not supported https://firebase.google.com/docs/auth/unity/start

@cynthiajoan I already try to use it but because it has no document it just hard to blindly use it. And also the SAML still not on it. (signin with...

@chkuang-g I am not sure but, do we have SAML sign in in unity as of yet? I think I can't find documentation about it

@jalutame Maybe try with `ContinueWithOnMainThread` ?

This repo https://github.com/googlesamples/google-signin-unity is not updated for 4 years and so it not reliable anymore. And to follow the step of android and ios in unity project is not very...

@patm1987 I don't have access to the project on weekend but if I not make any mistake, The option of the `FirebaseApp` I get from `Create` without specify a name,...

@patm1987 Now I can confirm that this code ``` var overridden = FirebaseApp.Create(new AppOptions() { ProjectId = another, ApiKey = apikey, AppId = appid, }); Debug.LogFormat("overridden.Options.ProjectId : {0}",overridden.Options.ProjectId); ``` Will...

@DellaBitta There was no exception being thrown, it just return app instance normally but the AppID was not the same one I was specified