Doug Stevenson Developer Advocate We’re happy to see many developers experimenting with Firebase! Some of you have been transitioning your experiments to production, and that’s raised some questions about how to manage the builds of your Android projects. The most common question...
Tuesday, 30 August 2016
Sunday, 28 August 2016
FileGator: A Look into The Powerful PHP File Management Tool.
Forget the times of ‘There’s an app for that’, PHP scripts are now all the rage! Everyone wants to build their own little something special on the internet and mark their territory. With what we are witnessing on the internet front has been pretty moving and compelling enough to push us to try a few things ourselves. Thinking of file-sharing service for your friends, family, colleagues or business...
Thursday, 25 August 2016
Pirate Metrics (AARRR) with Firebase
Parul Soi Developer Relations Program Manager Generating insights from data and acting upon it appropriately can often make or break a company. In the past few years, the field has grown leaps and bounds with a lot more app developers tracking a lot more events. Yet, truth be told,...
Wednesday, 24 August 2016
Announcing Realtime Exporting of your Analytics Data into BigQuery
Todd Kerpelman Developer Advocate One of Firebase Analytics' most powerful features is the ability for you to view and analyze your Analytics data directly in BigQuery. By linking your Firebase apps with BigQuery, all of your raw, unsampled, app data is exported into BigQuery...
iOS 10, Xcode 8, and Swift 3, oh my!
Todd Kerpelman Developer Advocate We know that it's important for you to make sure your apps can run on the latest and greatest technology out there. And in the world of iOS development, there's this little release on the horizon called iOS 10 that many of you are excited about...
Thursday, 18 August 2016
Angular Material - 1.1 and 2.x
We promised in March that you'd continue to see updates on the Angular Material 1.x branch, in addition to ongoing bugfix releases.I'm happy to announce the release of Angular Material 1.1, now available for use with Angular 1.x applications.We've also added some new faces to the team. Welcome to Erin,...
Tuesday, 16 August 2016
Wall Comment System with React JS Part Two
This post is continuation of React JS previous post. React JS is lighter and faster. It needs less coding and as mentioned in the earlier post, React suites best for one page application, front-end and single page websites. The article explains how to post a comment, delete a comment and also toggle(hide/show)...
Sunday, 14 August 2016
Social Network System with React JS Part One
on August 14, 2016
in DOM, Facebook, Javascript, php, reactjs, Virtual, Web Development
with
No comments

How to solve infinity loading either in your desktop or mobile? By now, everyone is familiar with JQuery, but we all know is JQuery cannot handle such large amount of data to load. React JS is the best solution for this problem. JQuery and other libraries interacts directly with DOM to load any data;...
Wednesday, 10 August 2016
Sending notifications between Android devices with Firebase Database and Cloud Messaging
Frank van Puffelen Engineer In this article we will show how to send notifications between Android devices using Firebase Database, Cloud Messaging and Node.js. Since this article was written, we also released Cloud Functions for Firebase, which offers a way to send notifications without...
Tuesday, 9 August 2016
Angular 2 RC5 - NgModules, Lazy Loading and AoT compilation
Today we’re publishing Angular 2 RC5 - including:Support for @NgModule decoratorsFormsModule, RouterModule, and Material Design modules make it easier to use these librariesAhead-of-time (AoT) compilation for components and servicesLazy-loading support for the routerNgModules@NgModule is a new decorator added in RC5 that provide a number of useful features for both Angular’s core and developer ergonomics....
Thursday, 4 August 2016
Importing the Mobile Ads SDK with Firebase
alt="Andrew Brogdon"> Andrew Brogdon DPE for Mobile Ads The transformation of Firebase into a unified mobile platform brought with it new Gradle artifacts and CocoaPods that mobile developers can use to import the Mobile Ads SDK. With these additions, there are now several...