templates
templates copied to clipboard
Add Push Notification with FCM node-typescript
What does this PR do?
This pull request adds a new template for "Push Notifications with FCM" using Node.js and TypeScript. It includes:
- A
.gitignorefile to ignore unnecessary files. - A
README.mdto document the usage, configuration, and environment variables needed. - Source files (
main.tsandutils.ts) to handle sending push notifications using Firebase Cloud Messaging. - Configuration files for TypeScript and Prettier.
- A
package.jsonandpackage-lock.jsonto manage dependencies.
Test Plan
I have created a test script from which a user can test the flow of push notification.
After adding necessary env variables and adjusting test.js file
Have you read the [Contributing Guidelines on issues]
Yes :)