DEV Community

Discussion on: Server Side Authentication with Firebase and Next.js

Collapse
 
lxnd77 profile image
Rishabh Bhargava

if (!firebase.apps.length) {
firebase.initializeApp(firebaseConfig);
}