https://github.com/tdonuk/firebase-nosql-tutorial
Personal project to learn about firebase and NoSQL databases.
https://github.com/tdonuk/firebase-nosql-tutorial
firebase firebase-firestore java nosql password-manager spring-boot spring-security
Last synced: about 2 months ago
JSON representation
Personal project to learn about firebase and NoSQL databases.
- Host: GitHub
- URL: https://github.com/tdonuk/firebase-nosql-tutorial
- Owner: tdonuk
- Created: 2022-08-21T13:42:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T21:55:18.000Z (over 3 years ago)
- Last Synced: 2025-10-21T06:07:46.223Z (8 months ago)
- Topics: firebase, firebase-firestore, java, nosql, password-manager, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firebase-password-manager
Personal project to learn about firebase operations, NoSQL database CRUD operations etc. Project has developed as a simple password manager app and it should be able to save the encrypted user accounts to a nosql database and decrypt later to display it to the user on a gui.