본문 바로가기
728x90

전체 글565

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.
android studio multi click 1. 휠로 끈다 2. 알트를 누른상태에서 클릭해서 내린다 3. 알트, 쉬프트 누른상태에서 클릭한다 . https://www.google.co.kr/search?q=android+studio+multi+cursor&client=safari&channel=mac_bm&source=hp&ei=GsR1Y97mH9CohwPitY5I&iflsig=AJiK0e8AAAAAY3XSKsCeu4C65tYJyq7i7UMnmE7SRJd6&oq=android+studio+multi+cu&gs_lcp=Cgdnd3Mtd2l6EAMYADIFCAAQgAQyBQgAEIAEMgUIABCABDIGCAAQCBAeMgYIABAIEB4yBggAEAUQHjoLCAAQgAQQsQMQgwE6BAgAEAM6DgguEIAEELEDEIMBENQCOhEILh.. 2022. 11. 17.
728x90