In these series of posts, we will learn how to implement sign in with Google in Flutter applications. Since there are lots of things to cover, we have broken down the series into multiple posts. Introduction Most mobile apps need some sort of user authentication mechanism. Since most users have a Google account, sign in […]
Tag: google-sign-in
Implement Google Sign-In In Flutter
After setting up everything in Firebase for Google Sign-In in flutter, we are now ready to code. First of all, in the pubspec.yaml file, we will add the following dependencies by searching from pub.dev: (i). firebase_auth (ii). google_sign_in Implementation of Google Sign-In in Flutter After you have completed the log in design in flutter, we […]
In this post, we will setup Firebase for iOS Project for Google Sign-In functionality. For the previous post on setting up a new project in Firebase, click here. Steps To Setup Firebase For iOS Project I. Click on the IOS icon option. II. After selecting IOS we have to provide IOS bundle name, application nickname […]
In this post, we will setup Firebase for Android Project for Google Sign-In functionality. For the previous post on setting up a new project in Firebase, click here. Steps To Setup Firebase For Android Project I. Click on the android icon option. II. After selecting android we have to provide android package name, application nickname […]
Setup Firebase For Flutter Apps
In this tutorial, we will setup a project in Firebase for Flutter apps. This is the first part of the series where we are building the functionality in Flutter to allow Google Sign-In in our mobile apps. Introduction To Firebase Firebase is a fully managed backend infrastructure for developing mobile applications which is backed by […]