조각들

https://class-programming.tistory.com/6

 

안드로이드 파이어베이스로 사용자 프로필 저장

오늘은 기본적인 사용자 프로필을 데이터베이스 스토리지에 저장했다 우선 사용자의 기본정보가 필요하니 클래스를 하나 생성했다 public class UserModel { // 사용자 기본정보 public String userName; //

class-programming.tistory.com