https://github.com/zeit/next.js/tree/master/examples/with-firebase-authentication こちらを使います。 create-next-app --example with-firebase-authentication with-firebase-authentication-app cd with-firebase-authentication-app なお、create-next-appやfirebaseツールをインストールしていない場合は下記を予め実行しておきます。 # Next.js雛形作成ツール npm i -g create-next-app # Firebaseログインツール npm i -g firebase-tools firebase loginもしCloud9を使っていて、firebase lo