본문 바로가기
728x90

Firebase21

firebase 에서 flutter web deploy할 때 다른 블로그에도 많이 나와있지만 영상으로 보면서 하면 좀 확실하게 볼 수 있어서 좋은 것 같다. https://www.youtube.com/watch?v=cYev4MCvGeY https://zzangwoo.tistory.com/entry/플러터-Web-파이어베이스에-배포-Flutter-웹-Firebase-Hosting-호스팅 [플러터] Web 파이어베이스에 배포 - Flutter, 웹, Firebase Hosting, 호스팅 기본 플러터 웹 프로젝트 생성 플러터 웹 프로젝트를 생성하고 Chrome에서 빌드한 화면이다. 로컬에서 빌드했기 때문에 해당 웹 주소는 localhost다. 다른 사람도 접속을 하게 하기 위해 서버에 빌드 zzangwoo.tistory.com 0. firebase cli 설치 1. .. 2023. 7. 28.
iOS Firebase Crashlytics dSYM iOS Firebase crashlytics를 설정하려면 dSYM을 업로드시켜줘야한다. 버전마다 업로드시키는게 번거롭다면 자동으로 업로드하도록 할 수 있다! https://stackoverflow.com/questions/55709939/how-to-upload-dsyms-files-which-developed-with-flutter How to upload dsyms files which developed with Flutter? I am developing one Cross-platform app with flutter support. I Integrated firebase Crashlytics for crash reports. before I need to check report one error .. 2023. 7. 2.
Facebook login 잇트립 외국 버전에서 google login 이랑 apple login만 구현해뒀는데 뭔가 선택지를 더 드리고 싶은 마음에 facebook login을 추가하게 되었다. https://dalgoodori.tistory.com/41 [Flutter] Facebook Login ① - 준비 소셜 로그인 구현 첫번째는 페이스북 로그인 입니다. 파이어베이스 사용여부와 상관없이 세팅방법은 똑같습니다. Meta for Developers Conversations 2022: 제1회 Meta 비즈니스 메시지 콘퍼런스 가장 인기 dalgoodori.tistory.com https://dalgoodori.tistory.com/42 [Flutter] Facebook Login ② - 구현 [Flutter] Facebook .. 2022. 12. 30.
Firebase dynamic link 안 될 때 다이나믹 링크 공유 했는데 앱이 안켜질 때! 안드로이드 일 경우 intent filter를 설정해줬는지 확인해보자 https://firebase.flutter.dev/docs/dynamic-links/receive Receive Firebase Dynamic Links in a Flutter app | FlutterFire This page is archived and might not reflect the latest version of the firebase.flutter.dev 일단 공식문서 확인 후 mainactivity 안에 intent filter를 넣어줬더니 성공했다!! 2022. 12. 12.
728x90