Next.js Discord

Discord Forum

I am working on authenticating my app with firebase and creating protected routes

Unanswered
Varun posted this in #help-forum
Open in Discord
https://blog.logrocket.com/implementing-authentication-in-next-js-with-firebase/
I am working on following this but got stuck here because I don't have an _app.js. also attached is my file structure. any help would greatly appreciated!!

4 Replies

Plott Hound
You are using app router (newer) and the guide is for pages router (older)
ig my quivalent would be doing it in my layout.tsx
^that worked
thanks