본문 바로가기
728x90

분류 전체보기576

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.
Android channel 중요도 수준에 따른 FCM 동작 channel 중요도에 따라서 notification 동작이 달라짐! 여러개의 채널 만들어서 확인 필요 2022. 12. 9.
Firebase Crashlytics https://fomaios.tistory.com/entry/Firebase-크래쉬리틱스-사용해보기-Firebase-Crashlytics [Firebase] 크래쉬리틱스 사용해보기 (Firebase Crashlytics) 안녕하세요 Foma👟 입니다! 오늘은 앱이 어디서 충돌나는지 어디서 비정상적으로 종료되는지 등을 자세하게 설명해주는 파이어베이스의 크래쉬리틱스를 사용하는 법에 대해서 정리하도록 하겠 fomaios.tistory.com 해당 doc은 firebase ios 쪽에 문서인데 flutter 쪽을 사용하다가 ios쪽에 이상한 문구가 발생한 것을 본적이 있었는데 이 doc을 보니 이해가 되었다. 시간 될 때 설정을 바꿔줘야겠다. 2022. 12. 8.
[번역] flutter_local_notifications https://pub.dev/packages/flutter_local_notifications flutter_local_notifications | Flutter Package A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. pub.dev 너무 길어서 local notificiation 공부하는 것을 미뤄왔었는데 local notification을 통해서 보여주는 화면을 제어하고 싶은 마음(중요도가 낮은 곳에서는 창을 띄우지 않기)에, 공부해보게 되었다. 그럼 시작해보자! Caveats an.. 2022. 12. 8.
728x90