As #34 states, I'd like to replace Firebase with a custom node.js backend. To pave the way for that, I'm going to try and start making the api services act as though they are not talking to firebase. This means returning and accepting data that looks like it's coming from a non-firebase source.
The propertiesApi is an easy first start since it only has a single request method.
As #34 states, I'd like to replace Firebase with a custom node.js backend. To pave the way for that, I'm going to try and start making the api services act as though they are not talking to firebase. This means returning and accepting data that looks like it's coming from a non-firebase source.
The
propertiesApi
is an easy first start since it only has a single request method.