Welcome to the repository for our series of articles on implementing push notifications using Firebase Cloud Messaging (FCM). This repository contains code samples and implementations discussed in our article series.
The code samples for each article are stored in separate branches, making it easy to navigate and explore the implementations discussed in each part of the series.
Here's a list of the branches corresponding to each article in the series:
- Web-Push-Notifications-with-React-and-FCM: This is the first episode of the series where we delve into how push notification works in React Js, using FCM to generate Device Token used to send notification to the device from the FCM server. The can find the working project with minimal set up here.
To view the code for a specific article, simply switch to the corresponding branch.
-
Clone this repository:
git clone https://github.com/emmanuelayinde/Push-Notification-with-FCM.git
-
Check out the branch for the article you're interested in:
git checkout branch-name
-
Follow the instructions in the article and the branch-specific README to set up and run the code.
We welcome contributions and suggestions! Please open an issue or submit a pull request if you have any improvements or find any bugs.
If you have any questions or feedback about the articles or the code samples, please feel free to reach out:
- Open an issue in this repository
- Email: emmanuelisholaayinde@gmail.com
- LinkedIn: https://www.linkedin.com/in/emmanuelayinde/
- Twitter: https://twitter.com/_emmanuelayinde
I'd love to hear from you and discuss push notifications, FCM, or any related topics!
Happy coding!