c2siorg / Codelabz

Codelabz
Apache License 2.0
11 stars 51 forks source link

Added backupemail functionality connected from database in 'Forms' component #65

Open soham2312 opened 6 months ago

soham2312 commented 6 months ago

Implementing Firebase Database Connection for Backup Email Component in User Dashboard

Description

Users can add backup email to the profile which is been reflected on both frontend and database

Related Issue

64

Motivation and Context

This change is necessary to enable the functionality of adding and displaying backup email addresses in the user dashboard, enhancing user account management and providing a backup communication method.

Screenshots or GIF (In case of UI changes):

Enhanced component with dynamic backup email addition via a new Add button, eliminating hardcoded entries for improved user customization.

Screenshot 2024-02-14 at 4 38 55 PM

The updated component now ensures seamless storage and retrieval of backup emails in the database, enabling their seamless integration into the frontend interface.

Screenshot 2024-02-14 at 4 39 44 PM

Types of changes

Checklist:

Aditya-Sakpal commented 6 months ago

I have already created pr for this feature in scorelab's repo