Thread 1: Fatal Error Firebase Authentication

Hello again! I have run into another issue… My app was running fine except that my image was not displaying in the background on my launch page. However, I cannot tap the login button or the sign up button anymore and now I get a Thread 1 error on my utilities code? I tried to relink my buttons as was reccomnded on a different thread, but it didn’t work. I also am receiving a ‘fatal error: unexpectedly found nil while unwrapping an optional value’ for the line of code holding my utilities styling for my sign up button. I am very confused! Please help!

What is Utilities.styleFilledButton???

You’re trying to do something to a variable before it exists

Hmm, what is utilities anyway? Is it a custom class that you made yourself? You probably forgot to initialize it before using