Skip to content

aydini/FirebaseDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FirebaseDemo

This app has a rudimentary GUI but includes Java code examples on how to use a firestore database and email/password authentication in firebase in your IntelliJ project. The purpose of the sample app is to add persons with name and age properties to a firestore collection called Persons and register users to the firebase project for email/password authentication.

The GUI

Screen Shot 2024-03-19 at 11 31 19 AM

  • Register button is to add a new firebase user to the firebase project with email/password authentication method.
  • Write button is to write (insert) data to the firestore database
  • Read button is to read data from the firestore database

Project files in IntelliJ:

projectFilesInIntelliJ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages