tairea / galaxy-maps-v2

Galaxy Maps is an open source e-learning platform themed around space and galaxies where courses take the shape of exploreable star constellations. (Alpha release: www.galaxymaps.io) Where are looking for more contributors, please help 🙏
https://galaxymaps.io
GNU General Public License v3.0
2 stars 1 forks source link

Firebase snackbar errors #123

Open tairea opened 3 months ago

tairea commented 3 months ago

firebase snackbar errors aren't being handled, so they aren't very user friendly and looks kinda amateur.

Image

tairea commented 1 month ago

ive done the login snackbar messages in branch onboarding-improvements. i need to check where else there are...

this.setSnackbar({
            show: true,
            text: error, // <---- this is the ugly snackbar error message that needs replacing
            color: "pink",
          });