Skip to content

Instantly share code, notes, and snippets.

@hrvolapeter
Created March 22, 2020 17:56
Show Gist options
  • Save hrvolapeter/e5afefd04255675f4913b2d2095ac46e to your computer and use it in GitHub Desktop.
Save hrvolapeter/e5afefd04255675f4913b2d2095ac46e to your computer and use it in GitHub Desktop.
Zetten - user part 6
struct User {
var uid: String
var email: String?
var displayName: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment