I created a new Xcode project, added the \'Firebase\' pod to my pod file and installed it, and added the Google-services.plist file and the rest according to the Firebase docume
As in swift4 the 'FIRDatabaseReference' has been renamed to 'DatabaseReference'
So, use:
var ref:DatabaseReference!