Hacker News new | ask | show | jobs
by _pius 3565 days ago
I'm assuming Google doesn't need any of the company's business, and that it is being acquired for its talent.

I wouldn't assume that. Developer-friendly natural language APIs will only become more important over the next few years.

2 comments

How's firebase going these days?

Edit: I should add Firebase could have(and should have) been the next PHP/Access. Could have solved almost every SMB business custom software need in a way that a business could go from front-end to front-end and never get locked into another 1,000 crud app for XYZ vertical. Could have wiped it all out. Firebase could have become the data store of the internet. Then Google showed up....

How's firebase going these days?

Given that Firebase seems to have become the foundation of Google's mobile app development offering I'm guessing ... pretty well?

¯\_(ツ)_/¯

Firebase uses a non-relational database correct? Shouldn't they then run into issues with problems that do not lend well to non-relational databases? I don't see how Firebase could have been anywhere near as pervasive as PHP.
My question is why would someone want to send their data to some api on the cloud rather than processing it locally himself using the numerous open source packages available to do this sort of thing?
For a lot of things, using a self-hosted open-source package is a good idea, absolutely.

However, for some applications there's a vendor with a neural network (or whatever) trained on a billion inputs, you see it perform better than the open source equivalent trained on a million inputs, and you don't have a billion inputs to improve the open source version with.