Skip to content

Instantly share code, notes, and snippets.

View 8bitspixel's full-sized avatar
:octocat:
I may be slow to respond.

Pani 8bitspixel

:octocat:
I may be slow to respond.
View GitHub Profile
@federicofazzeri
federicofazzeri / .babelrc
Last active February 7, 2022 14:45
Node Express-based REST API (CRUD) using Firebase cloud Functions and FireStore cloud database + Babel config (The current Node version running in Cloud Functions is 6.10)
{
"presets": [
["env", {
"targets": {
"node": "6.10"
}
}]
]
}