(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…
As a mobile (web) developer. How well does it work with React Native, and compare with Realm JS and the new Horizon from RethinkDB?
Firebase expands to become a unified app platform
61–70 of 214 posts
Re: Firebase expands to become a unified app platform
#62(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…
Hello there. I love Firebase. Use it every day. The one big request I've always had was to be able to grab the client's IP address on request. Is that possible with this new Firebase and GCE integration? I have many Firebase apps. Most of them have an intermediate server solely for this one reason.
I also use an intermediate server (ipify.org) to get the IP address. The only reason I need the IP address is to throttle users. If adjustable throttling was baked into the platform and not require me to write logic to handle it, that would be sweet too.
Re: Firebase expands to become a unified app platform
#63Earlier quoted context omitted.
Yeah, sorry about that! We're working to get more capacity ASAP. The response has been incredible.
I'm actually not seeing my current projects at https://console.firebase.google.com/ and I have two (one sandbox, one prod). Is this due to the over-capacity? They're just not listed under "Projects using Firebase".
Re: Firebase expands to become a unified app platform
#64Provide a self hosting option or GTFO.
Re: Firebase expands to become a unified app platform
#65I love Firebase, but the Swift code in the iOS guide is of really low quality. For example ( https://firebase.google.com/docs/database/ios/save-data#dele... ): if currentData.value != nil, let uid = FIRAuth.auth()?.currentUser?.uid { var post = currentData.value as! [String : AnyObject] var stars : Dictionary stars = post["stars"] as? Dictionary ?? [:] // ... } What this should really be: guard let post = currentData…
Re: Firebase expands to become a unified app platform
#66I don't think it was explicitly mentioned in the keynote, but it looks like they updated pricing: https://firebase.google.com/pricing/ Can't find the old pricing now, but it seems similar, but with less plan types.
Re: Firebase expands to become a unified app platform
#67Question: Would Firebase be a good option where the desktop/web app is the main access point, mobile been secondary (around 3:1) ?
Re: Firebase expands to become a unified app platform
#68Re: Firebase expands to become a unified app platform
#69Earlier quoted context omitted.
I cannot agree with that. Google Cloud services are way too small comparing to AWS or Azure and they don't make a lot of money with it. They can discontinue it easily.
This is sarcasm, right? Here's some more equivalent sarcasm: Gmail and Google Search could discontinue easily.