Monday, 31 July 2017

Thursday, 27 July 2017

Find More Bugs Using StrictMode with Firebase Test Lab for Android

Doug Stevenson Developer Advocate Sometimes the worst bugs to track down are the ones that seem to be impossible to reproduce. Or worse, inconsistent performance problems that can cause "Application Not Responding" errors in Android apps. No matter how much test code you write, these...
Share:

Friday, 14 July 2017

Angular 4.3 Now Available

Angular version 4.3 has been released. This is a minor release following our announced adoption of Semantic Versioning, meaning that it contains no breaking changes and that it is a drop-in replacement for 4.x.x.What’s new?We are introducing HttpClient, a smaller, easier to use, and more powerful library for making HTTP Requests. Learn more about it from our docsNew router life cycle events for Guards...
Share:

Wednesday, 12 July 2017

Ionic 3 and Angular 4: JSON Parsing with Token Based Restful API

We have covered most of the topics in building a mobile application using Ionic 3 and Angular JS 4. Today’s topic is to pull in data for news feed from a server and display it on your website. This is suggestible post since it does proper verification at the backend based on token. All it does is, it...
Share:

Monday, 10 July 2017

Cloud Functions Realtime Database Triggers Are Now More Efficient

Doug Stevenson Developer Advocate One of my favorite parts about working with the Cloud Functions for Firebase team is helping developers move logic from their mobile apps to a fully managed backend hosted by Firebase. With just a few lines of JavaScript code, they're able to unify logic...
Share:

Friday, 7 July 2017

AppShip3000: A Firebase Game

Abe HaskinsDeveloper Programs Engineer Building a great game is tough. You have to make it easy to pick up, challenging, a little bit addicting, and, of course, fun. Not to mention the technical effort involved in designing all the infrastructure that will power your blockbuster game. Our goal...
Share:

Thursday, 6 July 2017

Angular Material Status Update

In the six months since our last post about Angular Material, the team been hard at work building cool new components and applying a heaping of polish. Some of the highlights include: Datepicker, expansion panel, and accordion components Improved support for @angular/platform-server...
Share:

Accessing Database from the Python Admin SDK

Hiranya Jayathilaka Software Engineer Last April, we announcedthe general availability of the Firebase Admin SDK for Python. The initial release of this SDK supported two important features related to Firebase Authentication: minting custom tokens, and verifying ID tokens. Now, we are excited...
Share:

Wednesday, 5 July 2017

Test Your Game with Firebase Test Lab for Android

Doug Stevenson Developer Advocate Testing your application is a great way to help maximize its quality, and many of you know that Firebase Test Lab for Android has some useful tools for testing Android apps. If you're the type of engineer who likes to maximize test coverage by writing...
Share: