I\'m having trouble using the Objective-C Firebase framework in a new Swift project. I\'m coming from mostly a C# background so the Swift closure syntax isn\'t that clear y
To throw in implied names and tail closures, you can use:
f.observeEventType(FEventTypeValue) { println("\($0.name) -> \($0.value)") }