nextjs-redux-firebase-authentication icon indicating copy to clipboard operation
nextjs-redux-firebase-authentication copied to clipboard

Boilerplate Project for Authentication with Firebase in NextJs and Redux

Results 9 nextjs-redux-firebase-authentication issues
Sort by recently updated
recently updated
newest added

## The dependency [firebase](https://github.com/firebase/firebase-js-sdk) was updated from `5.11.1` to `6.3.3`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The dependency [next-redux-wrapper](https://github.com/kirill-konshin/next-redux-wrapper) was updated from `2.1.0` to `3.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The dependency [next](https://github.com/zeit/next.js) was updated from `7.0.3` to `9.0.3`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The dependency [react-redux](https://github.com/reduxjs/react-redux) was updated from `6.0.1` to `7.1.1`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The dependency [webpack](https://github.com/webpack/webpack) was updated from `4.38.0` to `4.39.0`. ๐Ÿšจ [View failing branch](https://github.com/taming-the-state-in-react/nextjs-redux-firebase-authentication/compare/master...taming-the-state-in-react:greenkeeper%2Fwebpack-4.39.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hey, I cloned the repo and added in my firebase creds but when I go to npm run dev, I get this.. ERROR Failed to compile with 3 errors 11:31:34...

Update package.json to the latest versions. I did it as follows and it worked ` npm install -g npm-check-updates ` `ncu -u`

## There have been updates to the *react* monorepo: + - The `dependency` [react](https://github.com/facebook/react) was updated from `16.8.6` to `16.9.0`. - The `dependency` [react-dom](https://github.com/facebook/react) was updated from `16.8.6` to `16.9.0`....

greenkeeper

## Expected Behavior Account Page should redirect to sign in page when sign out button is clicked. ## Current Behavior Signing out from the account page causes the app to...