Deepraj Baidyathelocaldev.hashnode.dev·Aug 19, 2024Easily Integrate Google Sign-In with Flutter on MacOSIntegrating Google Sign-In into your Flutter app is a great way to enhance user experience by offering a quick and easy authentication process. While setting this up for Android and iOS is well-documented, the macOS platform often gets overlooked. In...Discuss·10 likes·34 readsmacOS
Khanin Chomphusriblog.nintech.dev·Feb 15, 2023Implement Firebase Authentication, Google Sign-in, in Flutter.Implementing Firebase in Flutter is a straightforward process, you install firebase core, config it and then install Firebase Authentication. However, in my experience, I found documentation is a separate piece that I have to connect I have to connec...Discuss·33 readsFlutter
Matt Dyorblog.dyor.com·Feb 4, 2023Authenticating with Google Sign-In and Firebase Auth and Firebase UI on Kotlin for AndroidThis is the first installment of my weekly series on "New Android Development." I want to get started on Firestore immediately, but before you can do anything interesting (e.g., multi-user) you need to have authentication. Otherwise, there is no way ...Discuss·89 readsKotlin
Light StudioforLight Studiolightstudio.hashnode.dev·Jan 14, 2023How to use Google OAuth with MERN stack?Authentication and authorization is a very important domain in web development. Since creating a traditional authorization system, especially with the MERN stack is tough, Google has come to our rescue with its authentication system which can be easi...Discuss·1 like·159 readsMERN Stack
Adebanjo Maryademary.hashnode.dev·Jan 10, 2023How to Implement Google Sign In to your React Project.Hi techies! In this post, I'll be walking you through how you can easily add the Google Sign-In authentication feature to your React project. So getting started, here is a quick rundown of what we'd be doing... Bootstrap React Template Installing d...Discuss·1 likegoogle sign in
Darío Griffohashnode.griffo.io·Aug 28, 2022Sign in with Google's new sign in button in AngularWorking with a back end api in .Net Core and requiring authentication on Angular just became a little simpler. Google is deprecating the Google Sign-in api for javascript, so after a little bit of fight and research we found the way to make this work...Discuss·681 readsAngular