본문 바로가기
728x90

분류 전체보기507

Why we use Key in flutter widget? https://apgapg.medium.com/using-keys-in-flutter-1c5fb586b2a5 Using Keys in Flutter If you are unaware of some terms like ValueKey, UniqueKey, ObjectKey etc then you on the right article. apgapg.medium.com I experienced my widget which I want to update doesn't updated and another widget is update. I thoght the reason for this problem is reason why I use same key for widgets. After I use Key(text:.. 2022. 2. 10.
Firebase function으로 document update 될 때마다 algolia update하기 https://fomaios.tistory.com/entry/Firebase-Cloud-Functions로-Algolia와-Firestore-연동하기 [Firebase] Cloud Functions로 Algolia와 Firestore 연동하기 안녕하세요 Foma 입니다! 오늘은 Cloud Functions 을 이용해서 Firestore 데이터베이스와 Algolia의 인덱스를 연동하는걸 정리해보겠습니다. 이번 글에서는 클라우드 펑션 기본세팅과 알고리아 기본세팅 fomaios.tistory.com 좋은 페이지를 찾아냈다! 2022. 2. 7.
Flutter -When FirebaseMessaging.onMessageOpenedApp.listen is not triggered I used flutter with FCM and i found FirebaseMessaging.onMessageOpenedApp.listen is only worked app is not terminated. I seached stackoverflow and i found the answer. The full story is below. https://stackoverflow.com/questions/68119898/flutter-firebasemessaging-onmessageopenedapp-listen-is-not-triggered Flutter - FirebaseMessaging.onMessageOpenedApp.listen is not triggered I am using: flutter ve.. 2022. 2. 3.
flutter FCM 좋은 글 https://uaremine.tistory.com/22?category=825136 Flutter Push Notification (1) - 푸시 알림 받기 이것은 며칠간 했던 닭질의 정리 차원에서 쓰는 글 flutter 앱에서 FCM 처리하는 예제는 참 많지만, firebase_messaging 버전이 낮거나, 필요한 기능들을 고려하지 않은 것이 대부분이라 고생 좀 했다. 필 uaremine.tistory.com https://uaremine.tistory.com/24?category=825136 Flutter Push Notification (2) - Heads up notification 플러터 푸시 알림 (2) - 상단 알림창 (Heads up notification) 띄우기 지난 포스트에서 언.. 2022. 2. 2.
728x90