Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 2.23 KB

README.md

File metadata and controls

53 lines (30 loc) · 2.23 KB

FCM Push Notifications Articles Series and Code Samples

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.

Repository Structure

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.

Article Branches

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.

Getting Started

  1. Clone this repository:

    git clone https://github.com/emmanuelayinde/Push-Notification-with-FCM.git
    
  2. Check out the branch for the article you're interested in:

    git checkout branch-name
    
  3. Follow the instructions in the article and the branch-specific README to set up and run the code.

Contributing

We welcome contributions and suggestions! Please open an issue or submit a pull request if you have any improvements or find any bugs.

💰 You can help me by Donating

BuyMeACoffee

Contact

If you have any questions or feedback about the articles or the code samples, please feel free to reach out:

I'd love to hear from you and discuss push notifications, FCM, or any related topics!

Happy coding!