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...
Tuesday, 28 February 2017
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...
Supercharge your games with Firebase for Unity and C++
Stewart Miles Staff Software EngineerIf you haven't heard yet, the Firebase team is at the Game Developers Conference this week to show all you game developers out there how Firebase can make it easier for you to develop successful games. And one of our big announcements at the show is...
Tuesday, 21 February 2017
Email Verification in Firebase Auth
Laurence Moroney Developer AdvocateWhen Firebase Auth launched at Google I/O 2016, it allowed your users to create an account on your app where they signed in with an email address and a password. But this email address could be anything -- as it wasn't linked to the actual account through...
Friday, 17 February 2017
Top sessions for mobile developers at Google Cloud Next 17
James Tamplin Product Manager Google Cloud Next 17 is three weeks away! It's a great event for anyone looking for insight on Firebase and mobile development. Scanning through the session catalog, here's a sampling of the must-see sessions that mobile developers should attend. If you're...
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...
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...
Tuesday, 7 February 2017
Firebase Analytics Quick Tip: The 'value' Parameter
Todd Kerpelman Developer Advocate Firebase Analytics provides a lot of nice reports for you out of the box -- things like retention, active users, and some demographic information about the people using your app. And for specific events, you can see useful stats like the number of events...
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....
Friday, 3 February 2017
Pirate Metrics: Making Money with Firebase
Parul Soi Developer Relations Program ManagerOver the course of this series, I've introduced the concept of Pirate Metrics, followed by individual posts discussing how to track (and improve) acquisition, activation, retentionand referralwith Firebase and its' suite of products.After making...
Thursday, 2 February 2017
Auth flows with Firebase UI on the Web
Laurence Moroney Developer AdvocateFirebase Auth is a secure authentication system that allows users to sign up and sign in for your application. It allows you to use federated identity through providers, such as Facebook, Twitter, and of course - Google. When doing this, your users will...
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...