cloud firebase
-
[android] Cloud Firebase 데이터 쓰기 및 읽기Android/공부 2020. 10. 27. 11:24
1. build.gradle (project) 에 google-service 플러그인 추가하기 buildscript { repositories { // Check that you have the following line (if not, add it): google() // Google's Maven repository } dependencies { // ... // Add the following line: classpath 'com.google.gms:google-services:4.2.0' // Google Services plugin } } allprojects { // ... repositories { // Check that you have the following line (if not, a..