Firebase with Swift ambiguous use of observeEventType

后端 未结 2 1053
日久生厌
日久生厌 2021-01-06 03:39

I\'ve been pulling my hair out because of this. Going to all the pages with related incidents and multiple tutorials I find nothing wrong with my code here, but somehow it o

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-06 04:16

    ref.observeSingleEvent(of: .value, with: { (snapshot) -> Void in
    
        })
    

    Work for me, Xcode 8.3.2

提交回复
热议问题