Oleksii Dykan

Results 24 comments of Oleksii Dykan

Hi! Thanks for asking this question! Yes, you can decode `DocumentReference` and please refer to README to see the steps that you have to take. However, to load the underlying...

Hey guys! First of all, sorry for being unresponsive lately... I am really glad that there is support from community! About the issue. I think that the proper way to...

Hey guys! The PR makes Timestamp conform to `Codable` and you can use it directly in your code just like normal `Date`. Something like below: ```swift import CodableFirebase extension Timestamp:...

Well, I think that the reason to use `FirTimestamp` in the first place is that you are not satisfied with the precision of the `Date`. Why not use `Date` directly...

Valid point, @dannypier... Maybe I will find a better alternative... I will keep you updated, guys

In general, I am okay with adding Firebase as a dependency and removing all the redundant protocols and just working with Firebase / Firestore values. If you guys are willing...

@serjooo tbh, I would like to add it as a dependency and remove all the weird protocols that we have.

I have started working on that PR myself quite some time ago, however, due to change in work could not continue... I am not sure what is their roadmap and...

sorry, I meant the PR on Firebase itself 😂I haven't done anything here yet, so feel free to submit your ideas 😎

Hi! Thanks for asking this question! TBH, I had some similar thoughts some day, but in a lot of scenarios, we don’t really need a full path... For example, if...