FirebaseSharp
FirebaseSharp copied to clipboard
Would love to see Windows 10 Universal App c# compatibility
Would love to see Windows 10 Universal App c# compatibility, current FirebaseSharp NuGet will not install because Microsoft.Net.Http targes Windows version 8.1
Also does this lib handle the new Firebase offline sync?
Thanks, love this lib.
I haven't really thought about Win10 at all - if you have a pull request please send it otherwise it will probably be a while.
Offline is not supported but there is a local cache that could be extended to support this. I'll think about how.
Thanks for the update. Since Windows 10 is going to be released this July 29th I wanted to release an app for the launch using Firebase of course.
If you have the time doing a pull request of the changes would be the best way.
Please note that I'm in the middle of changing the API (in breaking ways) so you'll want to work with the latest code.
The code in master is starting to stabilize and an alpha was released - it is still a portable library but should be a good candidate for forking and getting to work with Win 10.