Morning everyone, I'm using Firebase and upgrade to the new version of Xcode I encountered a problem sending more data to the Firebase database. Here is the error:
Terminating app two to uncaught exception 'InvalidFirebaseData', reason: '(setValue :) Can not store object of type _SwiftValue at SenderId. Can only store objects of type NSNumber, NSString, NSDictionary, and NSArray. '
I understand what is the problem and I also searched on the internet, the data I'm uploading are strings, after upgrading to Xcode gives me this error, does anyone have the same problem?
Should wait for a few days, I have also tried to update Firebase but there is no update for the library.