Loading Visual
When you try to sign in, create a user, or reset your password, a request is sent to Firebase. Usually, that request is pretty fast, but no matter the speed, let's give our users some feedback by showing a loading visual to them which also enhances the UI/UX.
Loading Visual HTML
Create the loading Function
Modify Each Form Submit Event Listener
Invoke loading('show')
We invoke the loading('show') function as the submit event happens. ...