Feature/notification system #26

Open
mattdimegs wants to merge 34 commits from feature/notification-system into main
mattdimegs commented 2025-08-10 14:03:34 +00:00 (Migrated from github.com)

Description

Accomplished:

  • Firebase access for authentication
  • Firebase Database
  • Notification Systems

Fixes an Issue Number

#24

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
# Description Accomplished: - Firebase access for authentication - Firebase Database - Notification Systems # Fixes an Issue Number #24 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update
This pull request has changes conflicting with the target branch.
  • package-lock.json
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/notification-system:feature/notification-system
git checkout feature/notification-system

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff feature/notification-system
git checkout main
git merge --ff-only feature/notification-system
git checkout feature/notification-system
git rebase main
git checkout main
git merge --no-ff feature/notification-system
git checkout main
git merge --squash feature/notification-system
git checkout main
git merge --ff-only feature/notification-system
git checkout main
git merge feature/notification-system
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Doble/Tones#26
No description provided.