Category: Firebase

  • How to add Sign In with Google in Android Studio

    How to add Sign In with Google in Android Studio

    Signing in with Google is probably the most popular way users authenticate themselves these days. Its the easiest and the quickest. Let’s see how to add this to a Android App using Kotlin and XML. Source code: 1. Create the App Click on “New Project” to create the app Select “Empty Views Activity” and click…

  • How to connect Firebase with Android Studio App

    How to connect Firebase with Android Studio App

    If you want to add any Firebase functionality in your android app. First, you will have to connect your Android App with Firebase. Check out the video version of this blog: In this blog I will show you how to easily connect Firebase with Android App in Android Studio and also test it using Firestore.…