Closed Jigneshmayani90 closed 5 years ago
Hi, sorry i'm late
I did some tests with your code and i'm able to get data event from firestore.
Can you add a .debug()
just before your subscribe ? Maybe your subscription is disposed before getting any event for some reasons.
Arnauddorgans i just removed disposed(by: disposeBag) and i am getting event you are right.
Thanks for your Help.
Here is my Original code that is working i am getting data from firestore
Same Thing i want to do with Rxfirebase with this code
But in my case i am not getting Data event from firestore
But I am able to save data on firestore with Rxswift by using this method
Please help me i am doing any mistake ? I can update data. but i am not able to retrieve data.