728x90 분류 전체보기574 FCM 번역 FCM 번역이 굉장히 어렵다고 생각했는데 의외로 쉬웠다. 중요한 건 client에 다가 미리 languageCode를 넣어줘야한다는 것! 나는 flutter에서 GetX를 쓰고 있기 때문에 Get.locale?.languageCode 이거로 굉장히 쉽게 가져올 수 있었다! FCM 자체는 몇 개 바꿀 것이 없다~ title이랑 body만 바꿔주면 됨! ㅎㅎ 'notification': { 'title': title, 'body': contents, // icon: followerDoc['userimg']??null }, var title = ''; var contents =''; switch(after['language_code']??'ko'){ case 'ko' : title = '새로운 팔로워가 생겼습.. 2023. 1. 13. 예쁜 글자 만들기 https://ko.cooltext.com Cool Text Graphics & Logo Generator Cool Text is a FREE graphics generator for web pages and anywhere else you need an impressive logo without a lot of design work cooltext.com 2023. 1. 12. firebase dynamic link full path 구하기, Uri 를 가져와서 uri.path 를 실행해보면 전체 url 주소가 아님을 알 수 있다. full path를 구하려면 uri.toString으로 가져올 수 있다. https://stackoverflow.com/questions/64781335/getting-the-url-from-firebasestorage-uri-in-flutter Getting the URL from FirebaseStorage URI in Flutter Sorry for the noob question. But how do I get the Url String from a Uri ? In my understanding the Url is a subset of Uri but I couldn't find any method that .. 2023. 1. 12. 1인 개발로 경제적 자유 달성하고 건물주 생활하는 개발자 인터뷰 요즘 마음을 다 잡기가 쉽지 않았는데 다시금 생각해보게 되었다! https://www.youtube.com/watch?v=L6TNhTNHRIA 2023. 1. 10. 이전 1 ··· 58 59 60 61 62 63 64 ··· 144 다음 728x90