https://www.youtube.com/watch?v=J3OqrOJpPVQ
https://warmdeveloper.tistory.com/29
flutterfire configure 명령어 입력 시 에러발생
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
해당 위치에
android / build.gradle / classpath
= 'com.google.gms:google-services:4.3.15'
android/app/build.gradle / apply plugin:
= 'com.google.gms.google-services'
https://spicyjo.tistory.com/17
- Debug모드로 로 로깅되는 이벤트들은 운영환경 측정결과에 영향을 주지 않도록 측정결과에서 제외된다고 한다.
- analytics의 DebugView에 이벤트가 잘 로깅되는지 확인하려면
디버그 모드 설정 - adb shell setprop debug.firebase.analytics.app com.example.flutterbox - flutter run
디버그 모드 해제 - adb shell setprop debug.firebase.analytics.app .none. - flutter run