Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Feat/implement a local notification service #235

Merged
merged 9 commits into from
Oct 16, 2023

Conversation

MiroBenicio
Copy link
Contributor

Issues Addressed

Closes #234

Additional Information

created a service to request user permission and send notification, also add some instructions to the readme because the Local Notification API needs some setup to work properly

@MiroBenicio MiroBenicio added the feature Brand new functionality, features, pages, workflows, endpoints, etc. label Sep 28, 2023
# Conflicts:
#	README.md
#	example/vue2/android/app/capacitor.build.gradle
#	example/vue2/android/capacitor.settings.gradle
#	example/vue2/package-lock.json
#	example/vue3/package-lock.json
#	example/vue3/package.json
#	package.json
src/service/notification-service.ts Outdated Show resolved Hide resolved
fix: schedule as a parameter
@MiroBenicio MiroBenicio requested a review from mike-audi October 12, 2023 20:09
src/service/notification-service.ts Outdated Show resolved Hide resolved
@MiroBenicio MiroBenicio requested a review from mike-audi October 12, 2023 21:35
# Conflicts:
#	example/vue2/package-lock.json
#	example/vue2/package.json
check permissions before requesting new ones.
@mike-audi mike-audi merged commit f3dbd63 into main Oct 16, 2023
4 checks passed
@mike-audi mike-audi deleted the feat/implement-a-local-notification-service branch October 16, 2023 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a local notification service
2 participants