Skip to content

Instantly share code, notes, and snippets.

@Ruhshan
Created December 30, 2020 16:47
Show Gist options
  • Save Ruhshan/8512a3ef218ba06b393c2a8be770a088 to your computer and use it in GitHub Desktop.
Save Ruhshan/8512a3ef218ba06b393c2a8be770a088 to your computer and use it in GitHub Desktop.
public class ApplicationUser {
@DocumentId
private String id;
private String username;
private String password;
private String imageUrl;
private String bio;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment