GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
532 stars 76 forks source link

New OAuth integration with google credentials - passwordUpdatedAt is not in the payload therefore raising exception error #67

Closed tommasodargenio closed 3 years ago

tommasodargenio commented 3 years ago

I'm testing the new OAuth integration (btw thanks a million to implementing this feature so quickly!!), I've got an error in the FirebaseUserData class (file: user_data.gd), the exception is raised for row 20 where the field passwordUpdatedAt is not in the payload returned by google during the authentication transaction.

I've commented the row for now and it all worked fine after few other hiccups that got sorted automagically (if it happens again I'll open a new issue)

fenix-hub commented 3 years ago

72 closes this.