I am thinking on using Firebase Database in Xamarin Forms.
The idea behind Xamarin Forms is to just have 1 base code.
But for Firebase Database there are 2 different codes, one for Android and one for iOS.
Does that mean I have to code that part twice ?
Using the REST service is not an option, because I want to use the Offline mode in Firebase.