The midnight_observer throws an error on the first loading of the progressions because the userId is not loaded yet at that point in time.
Somehow we have to wait for the userId to be loaded before instantiating the observer.
Or we catch the error and add a call to loadProgressions once the user is loaded...
Checklist
The midnight_observer throws an error on the first loading of the progressions because the userId is not loaded yet at that point in time.
Somehow we have to wait for the userId to be loaded before instantiating the observer.
Or we catch the error and add a call to loadProgressions once the user is loaded...
Checklist
app/lib/observers/midnight_observer.dart✓ 510c08c Editapp/lib/observers/midnight_observer.dart✓ Edit