Hello, does anyone use firestore in their KMP proj...
# multiplatform
z
Hello, does anyone use firestore in their KMP project? How do you handle adding a server timestamp to your data models?
f
Did you find any solution for this?
z
Woah you reached farrrrrr back I wrote my own wrapper over the SDK implemented "drivers" for each platform. I think someone has implemented a multiplatform version at this point For the timestamp piece I just used UTC (I was new to dealing with time 4 years ago)