CombineFirebase icon indicating copy to clipboard operation
CombineFirebase copied to clipboard

Combine wrapper on Google's iOS Firebase library.

Results 9 CombineFirebase issues
Sort by recently updated
recently updated
newest added

Can we extend this functionality to get multiple documents?

feature request

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...

enhancement

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...

enhancement

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.

feature request

This could be used for switching publishers on every new login, implementation is described [here.](https://gist.github.com/kshivang/2b6561c0574a4031ee0e40643e589b8f)

enhancement
feature request

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`)....

query

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!