An open API service indexing awesome lists of open source software.

https://github.com/pure-engineering/quiz-backend


https://github.com/pure-engineering/quiz-backend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Quiz backend
To update array of questions, script parse questions folder and creates js file called questions.js
```
npm run questions-to-array
```
You can get more information here https://firebase.google.com/docs/cli/?authuser=0

## Serve functions locally
```
npx firebase functions:shell
```
## Deploy functions
```
npx firebase deploy --only functions
```