Temitope
Temitope
@Snorlock did you figure out if the staging and dev options worked? also wondering what you ended up using as a final solution for your config needs... As I recall...
@CimiGod nice idea, will look at implementing, was getting multi-subscribe issues with ios.
thanks for a great library @tolu360 👍 I double checked the billing and the keys, they are all set. However, the issue persists. I notice that there is no outgoing...
@graemian was this ever resolved?
@romafederico i agree, just following this discussion helped me understand algolia from react perspective better. continue to be impressed by the flexibility. thanks @mthuret for planting the seed of idea...
> This solution may be useful for your problem, I use html2canvas in my app like this ; > > `html2canvas(document.querySelector("#divToPrint"), {scale: '2'}).then(canvas => { const imgData = await canvas.toDataURL('image/png');...
Here is a link explaining the drop in support for notifications that came from the RNF v6 jump. https://github.com/invertase/react-native-firebase/issues/2566#issuecomment-562700412 This repo is quite relevant and valuable to the community. Not...
Notification support is removed in v6 see here - https://github.com/invertase/react-native-firebase/issues/2566#issuecomment-562700412
@ianlin @IjzerenHein thanks for the code and the discussion, super helpful. Do any of you see any reason why the `interceptLog` code @IjzerenHein shared shouldn't (or couldn't) be used for...
@IjzerenHein great news. thanks!