You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let dataSource = UserInfo.dataSource(options: option)
.on({ [weak self] (snapshot, changes) in
switch changes {
case .initial:
()
case .update(let deletions, let insertions, let modifications):
()
case .error(let error):
print(error)
}
}).listen()
Update UserName
Update User.name "hoge" to "moge" at FireStore
now is user.name = "moge", but never call changes or add event.
Step 1: Describe your environment
Step 3: Describe the problem
Steps to reproduce:
Update UserName
Update User.name "hoge" to "moge" at FireStore
now is user.name = "moge", but never call changes or add event.
Relevant Code:
DataSource.swift - line 305
Should consider about currently not contains items?
ここでfilterd条件が外れる変更だった場合も考慮するべき?
The text was updated successfully, but these errors were encountered: