DEV Community

Discussion on: Securing your express/Node.js API with Firebase auth

Collapse
 
wisdomabioye profile image
wisdomabioye

Why did you chose to use _ over request or req?
Just curious.

Collapse
 
technoplato profile image
Michael Lustig - halfjew22@gmail.com

I think that’s also a paradigm in python for kind of saying, “I have to declare this variable but it isn’t used.”

Collapse
 
emeka profile image
Nwakwoke Patrick Nnaemeka

Just something about parameters that i have to specify and not use

Collapse
 
wisdomabioye profile image
wisdomabioye

Awesome! Thanks for response