Can't read data from a DB in a nextJS/Firebase app
I am having the problem hereafter within a nextJS app that I created on Firebase. I have some data stored in a realtime DB and I want to make a component to read it. This is my firebase/config.js : import…