Armando Magalhães

Results 54 comments of Armando Magalhães

@bign8 sorry for the late reply, I've been fairly busy these days. I will have to search through my repos to find that example, as it probably got lost on...

I was speaking to @noisae and after some discussion, we thought that an API similar to redux `connect` would be nice since we could map what we do actually need...

@fahad19: Agreed. The API would be pretty straight-forward in that sense,

@whitecolor no, it doesn't :(

I've opened this PR related to this issue quite a while ago, but I'm not sure if it is ever getting merged https://github.com/streamich/react-use/pull/2240

I just got a very simple solution: In my components file, I export this one line component: ```js export const FunctionWrapper = ({ children }) => children() ``` so it...

I'll also have to open one for the `fetchTemplate` soon as the types are also misleading on that one

> Is this PR waiting for something to be added? CI is failing with messages from saucelabs issues I cannot solve: ``` 1) Frontend test should open the page and...

@axe312ger thanks! was this mentioned anywhere publicly before?

Hey! In this example you can see the user data that is provided: https://armand1m.github.io/react-with-firebase-auth/ If you create an account it'll log in immediately and show you the tokens that come...