TobiasBuchholz / Plugin.Firebase

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

GetIdTokenResultAsync returns wrong date #244

Closed DunbarChas closed 9 months ago

DunbarChas commented 9 months ago

The token that is returned does not have the correct date time set it currently is set as: Year = 1970. This seems to be the case for both AuthDate, ExpirationDate, and IssuedAtDate.

TobiasBuchholz commented 9 months ago

Thanks for reporting this issue! It only affected android and is now fixed and released with Plugin.Firebase.Auth 2.0.6 and Plugin.Firebase 2.0.10 🚀