728x90 개발/Firebase46 iOS Firebase Crashlytics dSYM iOS Firebase crashlytics를 설정하려면 dSYM을 업로드시켜줘야한다. 버전마다 업로드시키는게 번거롭다면 자동으로 업로드하도록 할 수 있다! https://stackoverflow.com/questions/55709939/how-to-upload-dsyms-files-which-developed-with-flutter How to upload dsyms files which developed with Flutter? I am developing one Cross-platform app with flutter support. I Integrated firebase Crashlytics for crash reports. before I need to check report one error .. 2023. 7. 2. firebase nosql database 구조화(firestore nosql 참고자료) https://www.youtube.com/watch?v=v_hR4K4auoQ&t 2023. 6. 20. Firebase function js to ts migration js를 ts로 migration 하다가 실패했다. 일단은 github에 저장해둔게 있었기 때문에 , 다시 돌릴 수는 있었다. 이번에는 다시 프로젝트를 만들어서 만들어보려고한다. TsEatrip 이라는 폴더를 만들었다. 일단 일로 들어가서 프로젝트가 만들어진 것 같다. 대충 세팅만 하고, function만 넣으면 될 것 같다. 잘 되는 지 확인이 어려울 것 같아서 일단은 다른 프로젝트 하나를 테스트 용으로 만들기로했다. 만들고 deploy 까지 완성 ! https://us-central1-ggambbacknote.cloudfunctions.net/helloWorld 실행이 되는 것까지 확인하였다.! 자 이제 js를 ts로만 바꿔주면 될 것 같다. 코드를 하나씩 가져오면서, library 가져와야할 것 같다.. 2023. 4. 30. 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. 이전 1 2 3 4 5 ··· 12 다음 728x90