I have a bun function that should create a user account when the corresponding data is added as a document to the users collection. It is properly triggered and the first couple logs are executed correctly. However, all code that is async is never executed and the functions times out. I am obviously missing something but would appreciate some help