Ígor Jacaúna

Results 16 comments of Ígor Jacaúna

I got with: ``` const leafletMapInstance = chart.getModel().getComponent('leaflet').getLeaflet() ```

Seems that will be a built-in feature: https://v3.nuxtjs.org/community/roadmap#%EF%B8%8F-roadmap More here: https://github.com/nuxt/framework/discussions/1823

> It looks like the built-in feature is related to the meta module, but I see nothing regarding the manifest module. Maybe vite-plugin-pwa will help with this: https://vite-plugin-pwa.netlify.app

Hi @rizafran we discovery that the problem is with any type of message. If we only mark it as read, the next message does not shows up, only if we...

Hi @rizafran, we tried with the latest SDK version and the problem is present there too. In our code we have two classes: - `InAppMessageDisplay`: Receives the message from Firebase...

Hi @rizafran , to help you to reproduce the issue we create a [React Native project](https://github.com/igorjacauna/ios-firebase-sdk-issue) that has exact architecture of our project and also has the reproducible issue. -...

Hi @argzdev ! Thanks for the reply! So, let me try explain how we use it. Currently, we are using in a ReactNative app, so on our custom Display class,...

Hi @eldhosembabu, To check if impression detected is called and marked as read we follow the ADB logcat by using `adb logcat | grep "FIAM"`, it shows logs from Firebase...

Hi @eldhosembabu, I created this repo: https://github.com/igorjacauna/android-firebase-sdk-issue

Exists a PR open #20 any chance to be merged?