기존에 있던 앱에서 recyclerView를 이용하여 firebase와 연동하기 1. Gradle implementation에서 추가하기 2. java 파일 만들기_ cafeList.java * alt+insert 누르면 getter and setter 가 있는데 이거 클릭해서 전체 생성할 수 있다. package com.example.welove; public class cafeList { private String profile; private String cafeName; private String phone; private String address; private int likeNum; public cafeList(){} public String getProfile() { return profi..