Monday, 28 November 2016

"How Long Does it Take for My Firebase Analytics Data to Show Up?"

Todd Kerpelman Developer Advocate This is probably one of the most common questions we get around Firebase Analytics, and we thought it was worth taking some time to delve into this topic a little deeper. So buckle in, kids! We've got some learning ahead of us... To understand latency...
Share:

Tuesday, 22 November 2016

What happens to database listeners when security rules reject an update?

Doug Stevenson Developer Advocate If your app is using Firebase Realtime Database, you've probably gotten a lot of mileage out of its ability to notify your app quickly as changes are made to the database. Your listeners are triggering and receiving new data, users are delighted,...
Share:

Monday, 21 November 2016

Google Play services and Firebase for Android will support API level 14 at minimum

Doug Stevenson Developer Advocate Originally posted on Android Developer Blog Version 10.0.0 of the Google Play services client libraries, as well as the Firebase client libraries for Android, will be the last version of these libraries that support Android API level 9 (Android...
Share:

Thursday, 17 November 2016

Monday, 14 November 2016

Angular 2.2.0 Now Available

Angular version 2.2.0 - is now available. This is a minor release following our announced adoption of Semantic Versioning, meaning that it contains no breaking changes and that it is be a drop-in replacement for 2.1.x. What's new?You can now AOT compile your Angular 2 Components and Modules when using @angular/upgrade. Check out the upgrade guide on our docs site.We've added features to the router...
Share:

Thursday, 10 November 2016

Wednesday, 9 November 2016

Bringing Firebase To Your Server

Jacob Wenger Software Engineer With Firebase, we've been working towards a world where developers don't have to deal with managing servers and can instead build web and mobile apps with only client-side code. However, there are times when you really do need to spin up your own server....
Share:

Monday, 7 November 2016

Live from the Firebase Dev Summit in Berlin: Firebase, six months after I/O

Francis Ma Firebase Product Manager Our goal with Firebase is to help developers build better apps and grow them into successful businesses. Six months ago at Google I/O, we took our well-loved backend-as-a-service (BaaS) and expanded it to 15 features to make it Google’s unified...
Share:

Thursday, 3 November 2016

Wednesday, 2 November 2016

Easy Angular Authentication with JSON Web Tokens

Easy Angular Authentication with JSON Web TokensStateless authentication is a great fit for Angular apps. In this post, guest-blogger Ryan Chenkie from Auth0 talks about implementing it using JSON Web Tokens. -- Victor SavkinTL;DR: Single page apps--like the ones we build with Angular--present...
Share: