Topias Mariapori
Topias Mariapori
Yes, only older version works.. 2.2.0 works fine.
I have solution for this issue, before send switch CultureInfo.CurrentCulture to InvariantCulture and after this set back to normal CurrentCulture what you save to variable. ``` var oldCulture = CultureInfo.CurrentCulture;...
Yes, but this is solution if not wanna fork firebaseadmin. And yes only current thread. This is correct fix for this bug, but need apply this to this nuget. https://github.com/firebase/firebase-admin-dotnet/pull/329