This splits logic out of firebaseConverter into firebaseInterface and pushes more of the boilerplate firebase stuff down into firebaseInterface. I'm going to continue pushing all firebase related code behind the firebaseInterface in preparation for replacing Firebase with a custom NodeJS backend.
This splits logic out of
firebaseConverter
intofirebaseInterface
and pushes more of the boilerplate firebase stuff down intofirebaseInterface
. I'm going to continue pushing all firebase related code behind thefirebaseInterface
in preparation for replacing Firebase with a custom NodeJS backend.