We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8811cda commit 71a3d7dCopy full SHA for 71a3d7d
README.md
@@ -295,6 +295,7 @@ export const UserIsAuthenticated = UserAuthWrapper({
295
wrapperDisplayName: 'UserIsAuthenticated',
296
authSelector: ({ firebase }) => pathToJS(firebase, 'auth'),
297
authenticatingSelector: ({ firebase }) => pathToJS(firebase, 'isInitializing') === true,
298
+ predicate: auth => auth !== null,
299
redirectAction: (newLoc) => (dispatch) => {
300
browserHistory.replace(newLoc)
301
dispatch({
0 commit comments