본문 바로가기
728x90

전체 글574

flutter debug 문구 안 나올 때 .. debug 로그도 안 나오고 flutter inspector도 안 되고, 어떻게 해야할까. . 1. flutter upgrade 2. 디버그 용 폰 껐다 키기 3. 컴퓨터 껐다키기 (안드로이드 껐다키기) 4. flutter plug in 에서 dart, flutter 최신화 5. flutter clean -> 나의 경우 이렇게 했을 때 다시 debug log가 나왔다.ㅠㅠ 2022. 11. 19.
firebase function 오류-> Error: data must only contain string values FCM 이 잘 안 보내져서 확인해보니 제목과 같은 오류가 발생하고 있었다! stack overflow에 딱히 명쾌한 답변을 찾을 수가 없어서 일단, 다른 function과 비슷하게 변수명들을 조정해보았다. let tokens= after["token"]; const message1 = { 'notification': { 'title': '새로운 팔로워가 생겼습니다!', 'body': contents, // icon: followerDoc['userimg']??null }, 'data': { 'notiId' : notiref.id, 'targetUid' : notiDoc['targetUid'], 'type': 'follow', 'followerUid' : followerDoc['uid'], }, 'toke.. 2022. 11. 19.
세금계산서 간단하게 발행하기 https://help.jobis.co/hc/ko/articles/900004686583--첫-세금계산서-발행하는-방법-30초-컷- 2022. 11. 18.
node.js export 개념 이해하기 https://uroa.tistory.com/57 [Node.js] module.exports 와 exports 이해하기 1. 모듈이란 무엇인가? 모듈이란 관련된 코드들을 하나의 코드 단위로 캡슐화 하는 것을 말합니다. Node.js 에서 예시를 살펴보겠습니다.다음과 같은 greeting.js 라는 파일이 있습니다. 이 파일은 두 uroa.tistory.com node.js 에서 export 를 이해해야 파일 관리가 쉽고, 여기저기서 함수를 불러와서 쓸 수 있다! 열심히 공부해보자~ 2022. 11. 17.
728x90