I'm new here and also new to iOS and Swift development.
I'm trying to use GeoFire for my first project and install the library using Cocopod. I can see the GeoFire files in my project directory. However, I am having problem referencing it in my ViewController.
var geofire: GeoFire?
The above always result in the error "use of declared type 'GeoFire'", what is the install step that I'm missing?
Thanks!