Matthew Hyndman

Results 38 comments of Matthew Hyndman

As [chkuang-g](https://github.com/chkuang-g) mentioned above, could you provide code snippets of relevant Firebase API usage? Since the deadlock occurs in onCompletion, you can narrow down to methods like OnComplete() or ContinueWith()...

I think this may be an issue that current build configurations for linux only support x86 and x64 architectures. It is theoretically possible, but it is not clear what would...

Hi Chris, As you mentioned the iOS+ SDK now supports many things that are otherwise just stubs in the macOS version of the C++ SDK I don't think I can...

The Unity SDK depends on the C++ SDK. In order to build from source, you must also check out the C++ SDK source (https://github.com/firebase/firebase-cpp-sdk) By default, the builds scripts will...

Is this a case of the libsecret package having a different name on different OS? I found this page which suggests that libsecret-devel is available on Amazon Linux 2 http://213.146.141.13/package/details/OracleLinux7/x86_64/x86-64/libsecret/0.18.6

(CodeMasterYi provided an additional report of this in #506) @CodeMasterYi Can you clarify whether your setup is similar to some of the other reports and whether or not any of...

> Is there any Update for quick start unity master. I've just now updated the Auth quickstart to be compatible with the 11.0.0 Auth Unity SDK update: https://github.com/firebase/quickstart-unity/pull/1331 But that...

I was able to reproduce the error about META=INF/com.android.tools/proguard/coroutines.pro by using Unity 2019.4 on Windows with the Auth testapp and Auth 10.7.0, building for Android. I tried some of the...

@CLOUDFIRE91 I am a member of the Firebase team. Can you confirm whether or not the issue persists for you with other versions of Unity? Or are you saying that...

Glad to hear that updating Unity is letting you work around the META INF error for now. Can you file a separate GitHub issue for the issue related to sms...