paulinon

Results 207 comments of paulinon

HI @JankunChar, Apologies for any confusion this may have caused. To clarify, the workaround for the issue described in #764 is to make use of the `VerifyPhoneNumber_DEPRECATED()` function in the...

Hi @JankunChar, The Firebase SDK isn't included in the quickstart project. Does the issue in your first screenshot persist when you import this [SDK](https://dl.google.com/firebase/sdk/unity/dotnet4/FirebaseAuth_10.7.0.unitypackage)? If so, please provide the steps...

Hi @JankunChar, [Version 11.3.0](https://firebase.google.com/support/release-notes/unity#version_1130_-_july_19_2023) of the SDK has been released. This means that you should be able to use the recent quickstart with the `VerifyPhoneNumber` function without issue. If the...

Thanks for the update, @JankunChar. Just to clarify, I have a few questions related to your findings: - When you mentioned "the same error continues," are you referring to `One...

Hi @JankunChar, The issue that you referenced is a bug caused by non-ASCII characters in the path to your Unity project. That said, do you have any non-ASCII characters in...

Hi @JankunChar, Based on the path name you shared, it doesn't seem to contain any [non-ASCII characters](https://terpconnect.umd.edu/~zben/Web/CharSet/htmlchars.html). This means we can rule out the bug you previously mentioned as the...

Hi @CLOUDFIRE91, Does the error appear in the Unity editor or in your app build? If it's in your app build, could you share your latest debug logs as you're...

HI @megavoid, Thanks for reporting this issue. Unfortunately, we couldn't test using the `.exe` file you provided due to security reasons. It would be helpful if you could share the...

Hi @megavoid, Thanks for the update. I've consulted this with the team, and it turns out that the behavior you're facing is actually a bug. The crash that occurs after...

Hi @batteredhedgehog, You can use the `SetConsent` [function](https://firebase.google.com/docs/reference/unity/class/firebase/analytics/firebase-analytics#setconsent) to set the consent state. You may have to do some preliminary steps to [set up consent mode for your app](https://developers.google.com/tag-platform/security/guides/app-consent?consentmode=advanced&platform=android#update-consent) (depending...