skip to Main Content

MONGODB findOne() needs a variable

My function is set to find email brought from /login POST method, but I am failing to declare the variable properly, what is the variable to be inserted into the findOne form on app.get('/data')? I have: app.post('/login', function (req, res)…

VIEW QUESTION

core/no-app No Firebase App '[DEFAULT]' has been created – call Firebase.initializeApp()

When I try to launch my Flutter Web App with Firebase I get the following error in my terminal ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following FirebaseException was thrown building HomePage(dirty, dependencies: [MediaQuery]): [core/no-app] No Firebase App '[DEFAULT]'…

VIEW QUESTION
Back To Top
Search