step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
668 stars 168 forks source link

Update FirebaseSubscription.cs #294

Closed VladislavAntonyuk closed 1 year ago

VladislavAntonyuk commented 1 year ago

Fix Crash on net6.0-ios

Reproduction: https://github.com/VladislavAntonyuk/ContinueOnPC

bezysoftware commented 1 year ago

Can you elaborate more on the issue? Why would setting MaxAutomaticRedirections crash the iOS app?

VladislavAntonyuk commented 1 year ago

this property seems to be unsupported.

cabauman commented 1 year ago

Could possibly be related to the following comments in Xamarin source:

I believe it's possible to implement support for MaxAutomaticRedirections (it just has to be done)

We support the AllowAutoRedirect property, but we don't support changing the MaxAutomaticRedirections value, so be safe here and say we don't support redirect configuration.