(firebase founder here) I’m thrilled to finally be able to show everyone what we’ve been working on over the last 18 months! When I said “big things are coming” in the HN comments back when our acquisition was announced, I was talking about today : ) We’re really excited about these new products. There are some big advances on the development side, with a new storage solution, integrated push messaging, remote config…
Firebase expands to become a unified app platform
11–20 of 214 posts
Re: Firebase expands to become a unified app platform
#12Re: Firebase expands to become a unified app platform
#13(firebase founder here) I’m thrilled to finally be able to show everyone what we’ve been working on over the last 18 months! When I said “big things are coming” in the HN comments back when our acquisition was announced, I was talking about today : ) We’re really excited about these new products. There are some big advances on the development side, with a new storage solution, integrated push messaging, remote config…
Re: Firebase expands to become a unified app platform
#14Re: Firebase expands to become a unified app platform
#15(firebase founder here) I’m thrilled to finally be able to show everyone what we’ve been working on over the last 18 months! When I said “big things are coming” in the HN comments back when our acquisition was announced, I was talking about today : ) We’re really excited about these new products. There are some big advances on the development side, with a new storage solution, integrated push messaging, remote config…
Looks like https://console.firebase.google.com is getting slammed. All of my attempted imports are failing.
Re: Firebase expands to become a unified app platform
#16Firebase 2.0 looks like a great fit for their needs otherwise, but is the new sdk backward compatible to Android 2.0?
Re: Firebase expands to become a unified app platform
#17Re: Firebase expands to become a unified app platform
#18This may be a stupid question, but: What do you use it for? Cannot everyone basically edit the client code and do whatever with your data? I've only used Firebase for prototyping.
With Firebase, Vue-Fire (Firebase bindings for Vue.js), crossfilter and chart.js, you can whip up a functional and sweet analytics dashboard or [insert pet project here] in a weekend.
It gets the headache of a backend (and user auth) out of the way.
As for security - the Firebase security rules and server side authentication allow you to lock things down.
Re: Firebase expands to become a unified app platform
#19Re: Firebase expands to become a unified app platform
#20This may be a stupid question, but: What do you use it for? Cannot everyone basically edit the client code and do whatever with your data? I've only used Firebase for prototyping.
Authentication is built-in. You can authenticate users and give them specific access with a JSON-like file that lives on the server. It actually works wonderfully.