googlelogin1 🔐 Flutter Firebase Auth로 로그인 기능 만들기 – 구글 로그인 연동 기초 앱을 만들다 보면 사용자별 기능이 필요할 때가 많습니다.이럴 때 가장 많이 사용되는 도구는 바로 Firebase Authentication입니다.이번 글에서는 Google 로그인을 Flutter 앱에 연결하는 방법을 단계별로 설명합니다.🔧 준비 사항1️⃣ Firebase 프로젝트 만들기Firebase Console 접속새 프로젝트 생성 (예: "flutter_todo")플랫폼에 "Android 앱" 추가패키지 이름 입력 (예: com.example.todoapp)google-services.json 파일 다운로드 → android/app 폴더에 추가2️⃣ Android 설정android/build.gradle classpath 'com.google.gms:google-services:4.3.15' //.. 2025. 8. 10. 이전 1 다음