Simple Login using firebase and compose views

Overview

SimpleLogin

Project name: SimpleLogin

Android

Develop in android over MVVM, Kotlin, Compose.

Package Structure

com.anelcc.SimpleLogin      # Root Package
.
│
├── data               # Model classes,
│   │── Event          # Compose Screen
│   └── UserData       # info of the user in the model
│
├── Main               # Main screen in the app
│   └── Home           # Compose Screen
│
├── ui                 # Themes and resources
│   └── theme          # Compose UI theme
│
├── view               # Views
│   └── theme          # Compose UI theme
│       ├──auth                # Compose UI ,
│       │   │── Login          # Compose Screen
│       │   └── Singup         # Compose Screen
│       │
│       ├── Main               # Main screen in the app
│       │   │── Home           # Compose Screen
│       │   └── MainCommons    # utils 
│
├── HiltModule                  # Modules
└── SimpleLoginApplication.kt   # name application

Preview 🎉

Library References

  1. Android Components Navigation Read here
  2. Kotlin Read here
  3. Jetpack Read here
  4. Compose Read here
  5. MVVM Read here
  6. View Models Read here
  7. DataModel Read here
  8. DataModel Read here
  9. Firebase Android Read here
  10. Firebase Android Read here
You might also like...
michat - The Kotlin Android application using Google Firebase

michat The Kotlin Android application using Google Firebase View here. Contents General Info Technologies Used Project Status Room for Improvemen

A Kotlin-first SDK for Firebase

Firebase Kotlin SDK Built and maintained with 🧡 by GitLive Real-time code collaboration inside any IDE The Firebase Kotlin SDK is a Kotlin-first SDK

Firebase Authentication plugin for Ktor framework.

Firebase Authentication is a Ktor plugin which verifies requests authorized by a Firebase Auth Id Token.

FriendlyChat starts in Firebase Android Codelab

FriendlyChat FriendlyChat starts in Firebase Android Codelab. The goal is to create an app to share message among friends using Firebase. I will be st

Android Open-Source Telematics App with Firebase© integration
Android Open-Source Telematics App with Firebase© integration

Android Open-Source Telematics App with Firebase© integration Description This Telematics App is developed by Damoov and is distributed free of charge

Android Data Managment System Android UI - Kotlin- Firebase
Android Data Managment System Android UI - Kotlin- Firebase

DataManagmentSystem Data Managment System Android UI - Kotlin- Firebase Android Data Managment System App Design And Kotlin with Firebase The project

This is a sample app to demonstrate the power of using EventSourced models and the ease with which these can be modelled using Kotlin.
This is a sample app to demonstrate the power of using EventSourced models and the ease with which these can be modelled using Kotlin.

Lego 4 Rent This is a sample app to demonstrate the power of using EventSourced models and the ease with which these can be modelled using Kotlin. To

A very simple accounts application using Vert.x and Crabzilla

Accounts2 This is an example of an application using Vert.x and Crabzilla Status Work in progress Requirements Java 11 Maven Docker compose Running 1

Grocery - A simple CRUD Project using Spring Boot, Kotlin and MongoDB

Grocery - A simple CRUD Project using Spring Boot, Kotlin and MongoDB

Owner
Anel CC
I have a degree in Computer System Engineer, I'm passionate about New Technologies, Smartphone, Wearables, etc. I'm Mobile Developer with 8 years experiences .
Anel CC
A login page where we have a designied login button

Googlesignin This is a login page where we have a designied login button ,when we click the button then it move to further process There will be autom

PRAVEEN R 1 Dec 12, 2021
Android login spring - Android login against spring backend

Android Jetpack Compose login implementation with JWT tokens against our own bac

null 1 Feb 13, 2022
An open-source Android app for locating your group's people privately using Facebook Login, Google Maps API and Firebase

An open-source Android app for locating your group's people privately using Facebook Login, Google Maps API and Firebase

Duong Tran Thanh 2 Feb 27, 2022
LoginApp - A simple android login app where the username can be shared

LoginApp A simple android login app where the username can be shared. License Co

Srihitha Tadiparthi 2 Feb 14, 2022
LoginValidation - A simple login app with password validation

LoginValidation A simple login app with password validation License Copyright 20

Srihitha Tadiparthi 2 Feb 18, 2022
Sample Social Login Project of Spring Boot and Kotlin

Sample-Spring-Boot-Social-Kotlin Sample Social Login Project of Spring Boot and Kotlin dependencies dependencies { implementation("org.springframewor

Seokhyun 2 Oct 11, 2021
DesignLogin-Register - Design Login and Register With Kotlin

Diseños de Login en XML En esta ocasión vengo a presentar diseños de inicio de s

Paul Guillen Acuña 0 Apr 21, 2022
Camunda Platform 7 WebApp Auto-Login

Camunda Platform 7 WebApp Auto-Login Auto-login feature for development Why should you use it? Because otherwise, you need to type again and again "ad

Holunda 8 Sep 6, 2022
Clean MVVM with eliminating the usage of context from view models by introducing hilt for DI and sealed classes for displaying Errors in views using shared flows (one time event), and Stateflow for data

Clean ViewModel with Sealed Classes Following are the purposes of this repo Showing how you can remove the need of context in ViewModels. I. By using

Kashif Mehmood 22 Oct 26, 2022
An e-commerce mobile application built using Android Studio + Java + Firebase.

E-Commerce An e-commerce mobile application built using Android Studio + Java + Firebase. Login for : [email protected] 123456 Screenshots of the app : L

Nisa Efendioğlu 4 Aug 5, 2022