bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
690 stars 146 forks source link

Direct dependency on Newtonsoft.Json in TemporaryCache and EventStreamResponse classes #132

Open sergei-pankratov opened 5 years ago

sergei-pankratov commented 5 years ago

I am trying to use the latest master build on Unity. Sadly these 2 classes directly reference Newtonsoft.Json, which Make FireSharp.Core.Interfaces.ISerializer interface useless

bugthesystem commented 5 years ago

Hey @tehnetaholic, unfortunately. It needs to be decoupled, contribution welcomed.