Skip to content

In this repository we will see the features of firebase & implement with jetpack compose.

Notifications You must be signed in to change notification settings

nameisjayant/Jetpack-Compose-Firebase

Repository files navigation

Jetpack-Compose-Firebase

In this repository we will see the features of firebase & implement with jetpack compose.

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
    • Sealed Classes - Sealed classes and interfaces represent restricted class hierarchies that provide more control over inheritance...
    • Generics - Generics means parameterized types. The idea is to allow type (Integer, String, … etc., and user-defined types) to be a parameter to methods, classes, and interfaces...
  • Coroutines - For asynchronous and more..
  • Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • Jetpack Compose - Modern way to make Ui in android kotlin.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
  • Dependency Injection -
    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel - DI for injecting ViewModel.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Android Firebase - Firebase is Google’s mobile application development platform that helps you build, improve, and grow your app.

Firebase Realtime Database (CRUD Operations) 🛠

Firebase Authentication (Email & Password) 🛠

Firebase Authentication (Phone & OTP) 🛠