본문 바로가기
728x90

개발/Flutter web14

firebase google login flutter web에서 google login 구현하면 사파리에서 이렇게 뜬다. 크롬에서는 "이렇게 뜨는 데, 개발자인 경우 확인 요청을 제출할여 이 화면을 삭제하세요"라는 문구가 있다. https://support.google.com/cloud/answer/7454865 Unverified apps - Google Cloud Platform Console 고객센터 도움이 되었나요? 어떻게 하면 개선할 수 있을까요? 예아니요 support.google.com 쭉 내려보면.. 여기서 이것저것 눌러보면 방법이 나온다. 일단 1번을 해결해보자 2도 만만치 않다... https://ssamko.tistory.com/19 도메인 소유권 등록을 위한 DNS TXT 추가하기 | GCP 사이트를 애드센스에 등록하는 .. 2022. 11. 4.
flutter web dynamic link with firebase function flutter 에서 https://pub.dev/packages/firebase_dynamic_links 는 android와 ios만 지원하고 web은 지원하지 않는다. firebase_dynamic_links | Flutter Package Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating and handling links across multiple platforms. pub.dev 대신에 rest api를 사용하는 방법도 있었다. 그래서 이번에 firebase function을 이용해서 dynamic link를 받아온 후에 flutter로 보내는 함수를 만들어보도록 하겠다. 유효기간은 따로 설정하지 않.. 2022. 11. 4.
flutter web 에서 webview 사용하기 https://sevenfoureight.tistory.com/3 Flutter Web에서 WebView 사용하는 법 Flutter에서 웹 페이지를 띄울 일이 생기지만 WebView 관련 패키지는 전부 안드로이드와 ios밖에 지원을 하지 않는 경우가 많다. 웹에서 웹페이지를 띄울 일이 있어서 한번 찾아봤습니다. 그러던 순 sevenfoureight.tistory.com 2022. 11. 1.
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.
728x90