CombineFirebase
CombineFirebase copied to clipboard
Combine wrapper on Google's iOS Firebase library.
Apologies if am missing something as a bit of a Combine novice. I have installed CombineFirebase 0.3.0 and Firebase 7.11.1 and am trying to follow the example from the readme...
Firebase has received quite a few updates in the past couple of months. Could you update the Firebase dependency so that it points to the latest version (7.3.1 as of...
Hi, awesome job on this library, I will use it in my projects. It will be awesome to have the mapper functionality for firebase database snapshot, also build in.
This could be used for switching publishers on every new login, implementation is described [here.](https://gist.github.com/kshivang/2b6561c0574a4031ee0e40643e589b8f)
What is the correct way of performing work on a non-main queue using CombineFirebase? For example, using `.getDocument(as:)` to transform the data into a model object (in this case `City`)....
The current release of this library is 0.3.3, but the podspecs list the release versions at 0.2.6. Can these files be updated?
Updates Package.swift to target Firebase 11.2.0. It also updates the package code to remove dependency on FirebaseFirestoreSwift, which has been merged into FirebaseFirestore. See the [Firebase changelog](https://firebase.google.com/support/release-notes/ios#11.2.0) for details on...
Firebase 11.x is out now. Is there any chance this could be updated to support it? Cheers!