If you need more control over the data that gets synchronized with Firebase, you can override the getFirebaseSyncData of the SyncsWithFirebase trait and let it return the array data you want to send to Firebase.
But I can't locate that method in the trait. I've override but it doens't work. So my question is if is still supported or maybe I need to override another method?
Hi!
I'm reading in the docs:
But I can't locate that method in the trait. I've override but it doens't work. So my question is if is still supported or maybe I need to override another method?
Thanks in advance.