Hi, It seems the object returned in this line is not consistent with the typescript type that is used to describe it because the object is being wrapped inside another object with a prop called user.
Not sure if it is a good idea to mention it here or create a new issue, but anyway, the key childParam is not understood by TS for the populates feature.
Hi, It seems the object returned in this line is not consistent with the typescript type that is used to describe it because the object is being wrapped inside another object with a prop called user.
https://github.com/prescottprue/react-redux-firebase/blob/4c780375d82ad7ebee436b7d7ebc5a15e3b794fc/src/actions/auth.js#L551