Skip to content

My app Create Govind #623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Create Govind
My app
  • Loading branch information
Govind95488 authored Apr 13, 2025
commit 26fb2f7e11f0ef945e3e0df6d665269418dd862a
11 changes: 11 additions & 0 deletions Govind
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class LoginActivity : AppCompatActivity() {
private lateinit var auth: FirebaseAuth

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_login)

auth = FirebaseAuth.getInstance()

val email = findViewById<EditText>(R.id.emailEditText)
val