anitab-org / anitab-org/stem-diverse-tv
Improvement: Change login response to follow snake case (underscore) notation
- Lenguaje dominante
- Python
- Estrellas
- 13
- Forks
- 48
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Is your feature request related to a problem? Please describe.
Response from the login endpoint is written in camel-case. That response is directly returned as a response from Firebase. It's not an error, but due to code consistency's sake, it would be good to change it to snake case (replace camel-case with underscore style).
### Describe the solution you'd like
Change the name of the fields to follow underscore notation.

### Describe alternatives you've considered
N/A
### Additional context
N/A
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.