Tuesday, 28 February 2017

Angular Firebase Facebook, Google, Github and Twitter Login - Part 2

This article is the continuation of previous post Create an Angular 2 CLI App with Firebase Social Authentication. This post further explains the authentication feature for your Angular CLI application using Firebase. AngularFire is the library used for this. In addition to this, we require some Angular...
Share:

Monday, 27 February 2017

Create an Angular 2 CLI App with Firebase Social Authentication Facebook, Google, Github and Twitter

There is a lot of fun in building an AngularJS application and after you finish the application, for others to see your application you will need to deploy the project on some web server such as NodeJS, Amazon AWS, Heroku,etc,. But, this requires a long procedure for the deployment and sometimes it...
Share:

Tuesday, 21 February 2017

Friday, 17 February 2017

Thursday, 16 February 2017

"How do I add Firebase Analytics to an app that's already using Google Analytics?"

Todd Kerpelman Developer AdvocateOne frequent scenario we encounter with developers is that they like the idea of using Firebase Analytics to track and understand in-app event data, but they've already spent the last several years tweaking and tuning their Google Analytics implementation...
Share:

Thursday, 9 February 2017

Complex Sign-in user flows made easy on Android with Firebase

Laurence Moroney Developer AdvocateFirebase Auth is a secure authentication system that allows users to sign in and sign up for your application. It also allows federated identity sign-in through providers like Facebook, Twitter and of course, Google. Users expect a rich experience and...
Share:

Tuesday, 7 February 2017

Sunday, 5 February 2017

Create a RESTful API using NodeJS and MySQL Database

These days, there are no projects that do not have a REST API for creating professional web services. REST ( Representational State Transfer) consists set of guidelines to build a web service, which can be used to modify or view specific information on the web without performing any server side operations....
Share:

Friday, 3 February 2017

Thursday, 2 February 2017

Firebase Cloud Messaging integrated into the Admin Node.js SDK

Jacob Wenger Software EngineerWith 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. Towards...
Share: