denoland / meet-me

A calendly clone in Deno and hosted on Deno Deploy
https://meet-me.deno.dev/
MIT License
250 stars 35 forks source link

Can't register if no family name is set #64

Closed felix-schindler closed 2 years ago

felix-schindler commented 2 years ago

I did not set a family name in my Google account. When I try to log in I get the following error:

{
   "code": "invalid-argument",
   "name": "FirebaseError",
   "status": 500,
   "message": "Function setDoc() called with invalid data. Unsupported field value: undefined (found in field familyName in document users/{someId})",
   "stack": "FirebaseError: Function setDoc() called with invalid data. Unsupported field value: undefined (found in field familyName in document users/{someId})"
}
kt3k commented 2 years ago

Thanks for your report! We tried to fix this in #65 . Could you try signing in again?

felix-schindler commented 2 years ago

Works perfectly fine now, thanks!