The Assistant Backend is a project deployed to Firebase via Functions to handle the backend of the Google Assistant (And possibly other assistants in the future) for MS Paint IDE. The assistant support allows for the following things currently:
- Link accounts to MS Paint IDE securely
- Stop, Highlight, Compile, and Run your code from your voice with ~500ms delay
- Say bye to you
All the database changes are listened to by the client, via the library PaintAssistant. The backend is not done, with more features planned. If you have any suggestions, just make a PR. The agent.zip is planned to be published shortly.