본문 바로가기
728x90

개발/Firebase46

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.
firebase function list에 list 더하기 https://stackoverflow.com/questions/52101685/firestore-failed-to-merge-array-of-items-to-another-array-using-fieldvalue-array Firestore Failed to merge array of items to another array using FieldValue.arrayUnion() I have a cloud function that invoked when a certain event happened. In the function i will get an array of string for example let h:string[] = ["foo","bar","baz"] something similar to .. 2022. 12. 28.
Android channel 중요도 수준에 따른 FCM 동작 channel 중요도에 따라서 notification 동작이 달라짐! 여러개의 채널 만들어서 확인 필요 2022. 12. 9.
Firebase 번역 -Firebase Cloud Messaging(1-3) https://firebase.google.com/docs/cloud-messaging/concept-options?hl=en FCM 메시지 정보 | Firebase 클라우드 메시징 Firebase Summit에서 발표된 모든 내용을 살펴보고 Firebase로 앱을 빠르게 개발하고 안심하고 앱을 실행하는 방법을 알아보세요. 자세히 알아보기 이 페이지는 Cloud Translation API를 통해 번역되었습니 firebase.google.com About FCM messages FCM 메시지에 대하여 Firebase Cloud Messaging (FCM) offers a broad range of messaging options and capabilities. The information in this .. 2022. 12. 3.
728x90