https://github.com/instamobile/kotlin-firebase
Kotlin Firebase Starter Project (Authentication, Firestore, Storage)
https://github.com/instamobile/kotlin-firebase
Last synced: 6 months ago
JSON representation
Kotlin Firebase Starter Project (Authentication, Firestore, Storage)
- Host: GitHub
- URL: https://github.com/instamobile/kotlin-firebase
- Owner: instamobile
- License: mit
- Created: 2019-11-06T05:21:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T06:02:52.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T19:38:56.631Z (6 months ago)
- Language: Kotlin
- Homepage:
- Size: 601 KB
- Stars: 71
- Watchers: 4
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin Firebase - Android Starter Project
Android Starter Project with Authentication, Firestore & Storage Integration.
This Kotlin project for Android is an open-source boilerplate project with Firebase integrations for:
* User Authentication
* Firestore Database
* Firebase Storage
* Login with Facebook
* Login with Google
* Login with Email & Password
* Profile Photo Upload
* Walkthrough Onboarding Flow## Getting Started
* Clone this repository
* Download google-service.json from your Firebase Console
* Place google-service.json file in the app/ folder
* Build & Run the app in Android StudioSave a couple of days of development by bootstrapping your new mobile app with this Kotlin Firebase starter kit for Android.
Coded with ❤️️ by Instakotlin.