Minsik Kim

Results 7 comments of Minsik Kim

Hi! As you said the bundle endpoint works as expected with the web SDK, I'm guessing there might be a problem decoding the response. The Firebase Web SDK allows you...

It seems to be a limitation of iOS rather than an issue of React Native. The same behavior is appeared in an iOS native project, and still exists in current...

Perhaps it will be possible to avoid exceeding the limit after introducing the Fabric renderer which enables [view flattening.](https://reactnative.dev/docs/view-flattening) It's currently in the release candidate stage.

I got the same error and found a fix. This error occurred when the runtime configuration was omitted from `firebase.json`. If your runtime is using python 3.11, it should look...

After further reading, it seems more reasonable to throw an error when the runtime field is missing, since the node.js function is already doing so.

안녕하세요! 이슈 제보해주셔서 감사합니다. 아무래도 SSR 환경에서 문제가 발생할 수 있어보여서, 간단하게 버그픽스가 가능할지 찾아보겠습니다.

안녕하세요! 현재 라이브러리는 다음 우편번호 검색 컴포넌트를 화면에 embed하도록 구현되어있기 때문에, 검색이 끝나더라도 라이브러리 컴포넌트 자체를 언마운트하지 않는 이상 모든 상태를 그대로 유지하게됩니다. 따라서 제가 생각해볼 수 있는 방법으로는 검색이...