I'm making use of both firebase authentication and firebase real time database in my android app. I currently run all functions firebase provides on the main-thread, is this wrong or not? Because i can't find any information in the firebase documentation that any of the funtions is long-running operations (and long-running operations should not be run on the main-thread).
Is any of the firebase function long-running oprations? If so, where can i find which functions is long-running operations, because i can't find that information in their documentation?