FirebaseAuth-GoogleSignIn implementation with Kotlin
This is an Android mobile application that implements Firebbase Authentication and Firebase Google Sign-In. This project was created as a demo to showcase the use of Firebase Authentication as well as to practice Android development skills.
- FirebaseAuth
- Google Sign-in
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Create your own Firebase Authentication Project.
- Enable Google and Email/Password Sign-in methods.
- Import your google-services.json file (Following firebase instructions).
- Replace REQUEST_ID_TOKEN in app/gradle.properties and app/build.gradle with **client_Id** from your google-services.json .
- Run the application on an emulator or an Android device.