Getting nil in parsing Firebase values swift using Codable and CodableFirebase
问题 I am using Firebase Realtime Database, using codable approach in swift and external library CodableFirebase. I have created model structure but when I am trying to parse values (as i am getting all values) with model structure it gives me nil. My database has keys which might I am not properly handling in nested values. Please help. Thanks database structure snapshot attached. Code: Database.database().reference().child("users").observeSingleEvent(of: .value, with: { (snapshot) in guard let