Skip to main content

Posts

Showing posts with the label firebase authentication

Working with Google Firebase Part-3 Push Notification

Hello friends, In the first part of this series we learn how to register our application on  Firebase Console . In second part we learn about firebase authentication. In this part we will learn how to send push notification to our android application using Firebase. As we know we can send push notifications using Google Cloud Messing(GCM) too. But configuring our application for GCM to receive push notifications is complex.  In compare to GCM configuring push notification in our application is very easy. You have to just register you application on firebase console and create you application structure successfully.  If you don't go through that how to register our application to  Firebase Console ,  please go through  this link ,  which is the first part of this series describe how to register our application to  Firebase Console . If you have done with application configuration, then you 80% done. Now you have to just create two servic...

Working with Google Firebase Part-2

Hello guys,  In 1st part of this series we work with setup our android app on  Firebase console . In this part we will work with project structure and coding part.What we do in this :- We will work with--  1: Signup                                    2: Login                                    3: Retrieve password Hope you have setup your project. Project structure should be like this: Add permission of Internet in you manifest.                < uses-permission android :name= "android.permission.INTERNET" /> Add below line in you build.gradle(picture-1) dependencies         compile "com.google.firebase:firebase-auth:9.2.0" Add below li...

Working with Google Firebase Part-1

Hello World, I am going to start my blog by today. I am felling very glad. So by today I am going to create an tutorial about  Google Firebase . As mentioned by Google I/O- "Firebase is a mobile platform that help you to develop highly-qualified apps, earns money and many more." Firebase is a bunch of  features  like Authentication, Cloud Messaging,  Real Time Database, Storage, Crash Reporting etc. In my first page i am going to discuss with Firebase Authentication. Please follow the steps below :-  Registering application on  Firebase  console In order to use  Firebase  authentication first we need to create/register our project at  Firebase  console.  After successful creation of your app at  Firebase  console, select your created application and goto firebase app console. You will see various options at left panel. Now look for a setting icon and click. You will see some options. Choose th...