Firebase Predictions Beta
firebase.google.com
Firebase Predictions Beta
1–10 of 60 posts
Re: Firebase Predictions Beta
#2Given that, I guess I'll be giving it a shot (although I think Firebase in general is super over priced)
Re: Firebase Predictions Beta
#3Re: Firebase Predictions Beta
#4Re: Firebase Predictions Beta
#5I think this is interesting, but I'm having trouble seeing how it'll be used. Personally, when I want to do things like this - I roll my own custom solutions because I want more control. Given that, I guess I'll be giving it a shot (although I think Firebase in general is super over priced)
Re: Firebase Predictions Beta
#6Re: Firebase Predictions Beta
#7Re: Firebase Predictions Beta
#8I think this is interesting, but I'm having trouble seeing how it'll be used. Personally, when I want to do things like this - I roll my own custom solutions because I want more control. Given that, I guess I'll be giving it a shot (although I think Firebase in general is super over priced)
So what are the better priced alternatives?
- Build collaborative applications with real time updates and fine-grained permissions.
- Our JavaScript client for browsers leverages IndexedDB to work completely offline and synchronise data when online.
- It’s even possible for data to be encrypted on the client to keep user data safe on the server.
- Permissions can be set on the stored objects, making it possible to share data between users.
- Kinto is an HTTP API in front of a database. Interactions with the server are simple HTTP requests rather than complex SQL or map-reduce queries. It is meant to be minimalist and simple.
This would be a self-hosted solution. They have a pre-built docker image to spin it up.
Previous HN links:
- 641 days ago: https://news.ycombinator.com/item?id=10994736
- 687 days ago https://news.ycombinator.com/item?id=10733164
Re: Firebase Predictions Beta
#9Earlier quoted context omitted.
So what are the better priced alternatives?
I was curious about the answer myself, and bumped into kinto: http://kinto.readthedocs.io/en/latest/overview.html - Build collaborative applications with real time updates and fine-grained permissions. - Our JavaScript client for browsers leverages IndexedDB to work completely offline and synchronise data when online. - It’s even possible for data to be encrypted on the client to keep user data safe on the server. -…
Re: Firebase Predictions Beta
#10Will this work in browsers too? It would be very cool if it did