본문 바로가기
728x90

전체 글565

Firebase 번역 -Firebase Cloud Messaging(1-2) FCM Architectural Overview (FCM 아키텍처 개요) https://firebase.google.com/docs/cloud-messaging/fcm-architecture FCM 아키텍처 개요 | Firebase 클라우드 메시징 Firebase Summit에서 발표된 모든 내용을 살펴보고 Firebase로 앱을 빠르게 개발하고 안심하고 앱을 실행하는 방법을 알아보세요. 자세히 알아보기 이 페이지는 Cloud Translation API를 통해 번역되었습니 firebase.google.com FCM relies on the following set of components that build, transport, and receive messages: FCM 은 다음 세트의 compon.. 2022. 12. 3.
Firebase 번역 -Firebase Cloud Messaging(1-1) https://firebase.google.com/docs/cloud-messaging Firebase 클라우드 메시징 Firebase 클라우드 메시징(FCM)은 비용 없이 안정적으로 메시지를 보낼 수 있는 플랫폼 간 메시징 솔루션입니다. firebase.google.com Introduction Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. FCM은 너가 안정적으로 무료로 메시지를 보낼 수 있도록 해주는 크로스플랫폼 솔루션이다. Using FCM, you can notify a client app that new email or other.. 2022. 12. 3.
remoteconfig GetX service로 데이터 받아오기 flutter 커뮤니티에서 질문이 와서 GetxService로 RemoteConfig 구현하는 것 공유하게 되었다. 관리 중인 remote Config 아래의 코드 import 'dart:convert'; import 'dart:io'; import 'package:firebase_remote_config/firebase_remote_config.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:get/get.dart'; import 'package:matjipmemo/tools/logger.dart'; import 'package:package_info_plus/pack.. 2022. 12. 3.
flutter fcm icon terminated FlutterLocalNotificationsPlugin 앱이 켜져있을 때는 (포그라운드 상태)-> localNotification Plugin 으로 icon을 넣을 수 있는데, terminated 되었을 때나 background 일때는 어떻게 하는지 몰랐다. 나 처럼 궁금해하는 사람들이 많았다. https://stackoverflow.com/questions/66975932/how-to-show-a-local-notification-in-flutter-when-the-app-is-in-background-termi How to show a Local Notification in Flutter, when the app is in Background/Terminated and it receives an FCM notification? I am trying Imp.. 2022. 12. 3.
728x90