onMouseUp

Results 2 comments of onMouseUp

@owllyi does your implementation work? var authToken = FaceBookManager.Instance.GetToken(); var nonce = FaceBookManager.Instance.GetNonce(); credential = Firebase.Auth.OAuthProvider.GetCredential("facebook.com", authToken, nonce, null); Would be interesting how your facebook-login implementation looks like. I got...

> @owllyi does your implementation work? > > var authToken = FaceBookManager.Instance.GetToken(); var nonce = FaceBookManager.Instance.GetNonce(); credential = Firebase.Auth.OAuthProvider.GetCredential("facebook.com", authToken, nonce, null); > > Would be interesting how your facebook-login...