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

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

My data structure looks like this. "humans" is a dictionary of keys whose values are the dictionary of a human. And that human can have a dictionary of keys whose...

In commit a842527, the CodableFirebase directory was moved inside a new Sources directory. This PR updates the CocoaPods podspec file to match. (Without this change, CocoaPods will discard all of...

I have a struct that looks like the code below. I've also written a generic class, and a function "loadItems()" to read items from firestore (See code below) When the...

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

I'm fetching data from Firestore, mapping the documents and decoding each of them using FirestoreDecoder. However, decoding the documents momentarily freezes the UI. Running the code on the background thread...

Hi, I want exclude some property in my class while save firebase realtime database. Android equivalent `@Exclude` annotation. But i am not finded in library exclude feature. Sample class ```...

Please look and update here https://github.com/CocoaPods/Specs/blob/master/Specs/d/5/2/CodableFirebase/0.2.1/CodableFirebase.podspec.json without direct link to git noone can install latest version by simply pod 'CodableFirebase'