TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs
MIT License
211 stars 49 forks source link

Fixed missing DateTime conversion in FireStore #280

Closed awasilik closed 6 months ago

awasilik commented 6 months ago

I've been using FireStore for a moment in Android and I could see that the DateTime case was omitted in the conversion to Java objects.

Minor change. Thanks @TobiasBuchholz for review :)