private async Task ExibeDesastre() { var lista = await FirebaseService.GetList(); _lst.BindingContext = lista; }