I am new in Next js and Firebase. I tried to connect my next js project to a Realtime Database and it don’t work.
I followed the steps:
-created next js app with next configuration
-
created firebse project
-
added web app to firebase project
*executed “npm install firebase” in project folder
-
created the realtime database
-
added firebaseConfig.js file in app folder
-
push data to firebase
I checked the console and there is no error.