Is there a correct way to await safely?
I'm interacting with Firebase Auth methods that return
Task<Void>
and would like a way to synchronously execute them while catching certain exceptions they might throw. I'm having trouble finding the right terms to lookup some of the behaviour, so I'd appreciate anyone setting me in the right direction!