Today we’re happy to announce that we are shipping Angular 2.0.0-rc.4. This release includes many bugfixes and improvements, and makes testing easier and more flexible.What's new?We've cleaned up our exported APIs so that they are simpler and more streamlined, and removed things that were never intended to be public. We have also added stability tag filtering so that you can easily tell whether something...
Thursday, 30 June 2016
Wednesday, 29 June 2016
Introducing Firebase Test Lab for Android
Doug Stevenson Developer Advocate At Google, we understand how important the quality of your application is in order to grow your user base, increase customer satisfaction and boost your revenues. When we took a closer look at data from 1-star reviews on Google Play, we observed...
Wednesday, 22 June 2016
Introducing Firebase Authentication
Laurence Moroney Developer Advocate For most developers, building an authentication system for your app can feel a lot like paying taxes. They are both relatively hard to understand tasks that you have no choice but doing, and could have big consequences if you get them wrong. No...
Tuesday, 21 June 2016
RC3 Now Available
Today we’re happy to announce that we are shipping Angular 2.0.0-rc3. What's new?This release includes a fix for a major performance regression in RC2The @angular/router project has been merged into our main repository ( It will retain its own version numbers and release cycle ) The Router documentation is now available. Content Security - Angular Content Security features are feature-complete...
Thursday, 16 June 2016
Introducing Firebase App Indexing
Laurence Moroney Developer Advocate Firebase App Indexing, formerly known as Google App Indexing, allows users to re-engage with their installed apps through a seamless integration with Google Search. If your mobile app users search for related content on Google, they’ll be given...
Wednesday, 15 June 2016
RC2 Now Available
Today we’re happy to announce that we are shipping Angular 2.0.0-rc2. This release includes: Animation Framework Manage the animations in your application in a stateful manner. The underlying platform support, documentation, and code samples for Animations have landed. Improvements to Forms We’re shipping new techniques for building forms with clearer directive and object names, including ngModelGroup,...
Tuesday, 14 June 2016
Google Two Factor Authentication Login with PHP
on June 14, 2016
in authentication, Form, Google, Login, php, Regular Expression, Two Factor
with
No comments

In our previous post, explains you the login system using PHP with PDO connection. Here is an extra feature that can be added to login system for an extra layer of security. It is 2 factor authentication using Google Authenticator App for Android/iPhone. Your account could be at risk of having your...
Introducing Firebase Notifications
Laurence Moroney Developer Advocate Firebase Notifications is a free service that enables user notifications for Android and iOS devices. Through the Firebase console, you can send notifications quickly and easily across platforms with no server coding required. These notifications...
Friday, 10 June 2016
Introducing Firebase Dynamic Links
Todd Kerpelman Firebase Developer Advocate We're all familiar with the idea of URLs that take you to a specific place on a website. And with the push towards mobile computing, it's becoming a lot more common to see URLs that can take you to a specific place within a specific...
Thursday, 9 June 2016
Improvements Coming for Routing in Angular
A little more than a month ago, we introduced a new router at ng-conf. We hoped this would finally resolve the outstanding routing issues in our first design. It turns out, routing is hard. We’re grateful to have heard from many folks at ng-conf about flaws in this new design, so we are announcing version 3.0.0-alpha.3 of @angular/router and are deprecating version 2. You should begin using this...
Wednesday, 8 June 2016
Create an Error Free Application and Build an Amazing Customer Experience with Raygun
Are you building new web or mobile software? What are your goals while implementing your application? There could be many answers, like efficiency, more effective user experience, proper security and authentication, good marketing features and so on. In simple terms, the work we do should ultimately...
Monday, 6 June 2016
Behind the scenes: Firebass ARG Challenge
Karin Levi Firebase Marketing Manager This year's Google I/O was an exciting time for Firebase. In addition to sharing the many innovations in our platform, we also hatched a time-traveling digital fish named Firebass. Firebass is an Alternate Reality Game (ARG) that lives across...
Rethink Database for Creating a Realtime Web Application with Node JS
Earlier in realtime, any request for data from the server makes the app slow, unscalable and cumbersome to maintain. RethinkDB mainly focus on this drawback and makes building realtime apps easier. RethinkDB is the first open-source, scalable JSON database built for realtime web. The developer can tell...
Friday, 3 June 2016
Introducing Firebase Remote Config
Todd Kerpelman Firebase Developer Advocate Turning a great app into a successful business requires more than simply releasing your app and calling it a day. You need to quickly adapt to your user’s feedback, test out new features and deliver content that your users care about...