Hudo Assenco

Results 8 comments of Hudo Assenco

I am having the same issue, but without next. My problem is that the component which is hooked to `firestoreConnect` is mounted and umounted always that my route change. This...

I tried it but the wrong way, I was passing it to the `reduxFirestore` from `react-redux` instead of `reactReduxFirebase` from `react-redux-firebase`. After I got it right the problem was solved...

Hey @casamia918, Its been some time since I last used this library, but can you share more how you are testing the snippet of code? I remember that in order...

> I'm not using localhost in my domain name, but using ip address. I see, but I would still recommend to use a custom domain name when testing. You could...

It looks like this package is not maintained anymore, so I forked it and made a little change to suppress the warnings about untranslated messages with a defaultLanguage option in...

Hi @GertjanReynaert, sorry if I misunderstood the state of the package, would be nice to have your opinion on my patch #113 , I use it with the config: ```...

Having the same issue here. I tried using the browse key as indicated by some stackoverflow posts but that didn't work. I have the APIs enabled and also configured the...

We had the same problem, I found out that you can replace all occurrences of `"` to `""` and will display correctly according to this stackoverflow thread: https://stackoverflow.com/a/17808731