Langsung ke konten utama

Postingan

Menampilkan postingan dari Oktober, 2016

Firebase User Authentication in Android

Firebase provides more features as described in previous post . One of the very useful feature is User Authentication. Different types of User Authentication are, Email and Password Authentication Google Plus Authentication Facebook Authentication Github Authentication In this post, I will explain the way to implement Firebase Email & Password authentication. To demonstrate how simplified and easy to use Firebase is, we will build a simple login / register (Firebase Authentication) demo. This separates sensitive user credentials from your application data, and lets you focus on the user interface and experience for your Application. It is suitable for Simple, Easy and Perfect way of handling Login, Registration, Forget Password and so on. The Feature and Settings up of Application in Application is Explained in Previous post . After creating the project, Enable Firebase Email & Password authentication by selecting Authentication in Left Pane in Firebase Console and Go to Sign-i

Android Getting Started with Firebase

With the latest news from Google I/O comes the new and upgraded Firebase. Firebase is a mobile platform that helps you quickly develop high-quality apps, grow your user base, and earn more money. Firebase is made up of complementary features that you can mix-and-match to fit your needs. Features of Firebase: Firebase comes with bunch  features  essential for every android app starting from authentication to hosting the app. Advantages of using Firebase: Super easy and quick to implement. No server side configuration needed. No PHP Scripts and No Database Designs. Realtime update without using GCM. Autoscaling built-in Can start for free (only need to start paying once we hit 50 connections) Robust APIs for Javascript (including several frameworks like Angular), iOS, and Android Built-in support for authentication services like Facebook, Google, and Twitter Declarative Security Rules model allows us to enforce read/write privileges and data validation throughout the tree Disadvantages o

Google Form to Android Application

Hi Friends, I will show you how to use Google Forms as Back-End.  For On-line application we have a separate table for feedback from users. But, In off-line applications like Music player we will not connect any databases. To get real-time feedback we can go for Firebase . But, Firebase has some CONS : 1.Data stored in JSON like Format. 2.Free account of Firebase has Limitation and for Unlimited Access we have to pay some amount per month. To avoid these CONS , we can connect Google Forms as Back-end PROS of using this method: 1.It provides real time user-friendly response 2.Cost Free 3.Easy to Integrate CREATE A GOOGLE FORM First thing you need to do is login to drive.google.com and create a new “Google Form”. After Creating your Google Form, get your share link from Forms. Your link looks like below https://docs.google.com/forms/d/e/1FAIpQLScIpmqndQeQG3lFbj0QkQ1Kt6tEXoPrOt314AZGQ2WKuK8IvA/viewform This URL needs to be converted to be used for sending data from code. The conversion v