Created
March 22, 2020 17:56
-
-
Save hrvolapeter/e5afefd04255675f4913b2d2095ac46e to your computer and use it in GitHub Desktop.
Zetten - user part 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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