Exportify is a JavaScript program designed to export exam questions to a Firebase Firestore database.
Before using Exportify, ensure you have the following installed:
- Node.js and npm: Version 16 or later
- Firebase Admin SDK: This can be installed using
npm install firebase-admin
npm install
This will install firebase-admin: ^11.11.1
- Allow for export from other file types
- Refactor and cleaning