CodableFirebase icon indicating copy to clipboard operation
CodableFirebase copied to clipboard

Use Codable with Firebase

Results 45 CodableFirebase issues
Sort by recently updated
recently updated
newest added

I'm trying to figure out how map to FIRTimestamp since it's not codable currently. Is there a way to transform the data returned from FIRTimestamp to Date instead or make...

Hello. I've used your library for a 1 year with Firebase Firestore and everything was good. But now, when i'm trying to read the collection from firebase, your library is...

Don't have explicit unwrap

This package is amazing and works great on the sim. When I run on a device I get this error. dyld: Library not loaded error Been trying this workaround with...

How can I parse the following Firebase Realtime Database JSON? ![firebase data](https://user-images.githubusercontent.com/28660954/92972917-658f3a80-f483-11ea-8ab6-4885bb29efa1.png) let firebaseRef = Database.database().reference() firebaseRef.observe(.value, with: { (snapshot) in guard let value = snapshot.value as? [String: [String: [String:...

This pull request removes some forced unwrapping and forced casts on `Decoder` In all cases, the method was returning an optional so this is simple removing the forced unwrapping/casting and...

First of all, thank you for making this nice library! Codable is really important for modern iOS development. Have you ever heard about [https://firebaseopensource.com](https://firebaseopensource.com)? This is an official collection of...

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.1 to 1.3.0. Release notes Sourced from rubyzip's releases. v1.3.0 Security Add validate_entry_sizes option so that callers can trust an entry's reported size when using extract #403...

dependencies

For now you can use encoding & decoding strategies for Firestore. This request fix issue #44