Updating collection in Firebase returns error “found nil while unwrapping optional value”?

前端 未结 1 1710
轮回少年
轮回少年 2021-01-26 15:30

I\'m making this app where the idea is that you create a profile, add your dogs, and then update a timer on them (when they last ate, took a walk, etc). I\'m having some issues

1条回答
  •  春和景丽
    2021-01-26 15:58

    Your dogRef is an implicitly unwrapped optional. You need to give it a value before you call it.

    0 讨论(0)
提交回复
热议问题