Funnyadd / assetto-corsa-server-dashboard

Online dashboard for managing assetto corsa dedicated servers hosted on a linux machine (start/stop servers). Connected to firebase, you can easily manage users and their access to servers.
https://assetto.adammihajlovic.ca
0 stars 0 forks source link

Put error messages in a seperate errorMessage file #9

Open Funnyadd opened 3 months ago

Funnyadd commented 3 months ago

This one is just an idea. It is just to have better code readability. So we would need a seperate file for error messages generated by the API (With codes) and another file (firebaseConfig) for firebase errors. Also, cleanup unused error message mappings in the firebaseConfig file.