Develop/Flutter
Flutter: flutterfire configure -p '프로젝트아이디'
HaeYoung_12
2024. 8. 23. 21:12
문제
flutterfire configure -p '프로젝트아이디' 코드를 진행하던 중 교재에 나오지 않은 질문이 등장했다!
해결방법
android/app/build.gradle 에 있는 applicationId 를 입력하여 해결완료!
참고 자료
Android:Which one to use for package name? Manifest's packagename or Gradle applicationId?
I am using Android Studio version 2.1.2, and I am trying to implement Google Cloud Messaging to my app. To be able to do that I have to obtain a Google Services json file(configuration file) to ad...
stackoverflow.com