Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Firebase 3 にアップグレードしてから、以下のコードの最後の行でエラーが発生しています。
let ref = FIRDatabase.database().reference() let locationsRef = ref.child("locations") let geoFireQuery = GeoFire(firebaseRef: locationsRef)
引数を取らない呼び出しに渡される引数
これをポッドファイルに追加します
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'