본문 바로가기
728x90

전체 글584

flutter deploy website 지워보기 site 주소가 맘에 안 들어서 한 개를 추가로 만들고 기존에 있던 페이지는 지우려고 해봤다.! 일단 될 지는 모르겠지만 지워보기로 했다. https://stackoverflow.com/questions/42591099/how-do-i-remove-a-hosted-site-from-firebase How do I remove a hosted site from firebase I have a hosted site on firebase which I am not using anymore. I still want to keep the project but want to remove the hosted site. Is there any way to do this or do I just need to upload.. 2022. 10. 30.
flutter web port 설정하기 --web-port=포트넘버 설정하면 된다. 이 설정을 해줘야하는 이유가, google signIn, kakaologin 할 때 특정 port에서 하는 site명을 적어줘야 하기 때문! 안그러면 다른 사람이 쓸 수도 있기 떄문이다 2022. 10. 30.
Firebase google sign-In 구글 설정 잘 안 될 때!, flutter community에서 @Greg 님께서도 도움을 주셔서 문제를 해결할 수 있었다! https://pub.dev/packages/google_sign_in_web google_sign_in_web | Flutter Package Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android, iOS and Web. pub.dev GCP 에 oauth 관련 key확인이 필요할 듯 여기 홈페이지 주소를 추가로 세팅해주자 -> 문제해결했음.. 잘 된다 2022. 10. 30.
flutter web deploy 하기 flutter build web firebase deploy --only hosting 원하는 host 로 deploy하기 -> firebase deploy --only hosting:todaymenu 이렇게 두 개만 하면 기존 앱에서는 deploy 할 수 있다. > 초기 세팅을 어떻게 해야할 지 잘 모르겠을 때에는 https://www.youtube.com/watch?v=cYev4MCvGeY 위의 영상을 참고해보는 것도 좋을 듯 하다. deploy 는 잘 되었지만,, google signIn이 ********.firebaseapp.com 호스트에서는 되는데 ********.web.app 호스트에서는 안 되었다. 작년부터 발생한 문제인데 왜 그런지 이유라도 알고 싶다. kakao login에서 웹사이트 .. 2022. 10. 30.
728x90