Skip to content

menard-codes/FirebaseMedusaNotifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Send Push Notifications in Medusa using Firebase

This repository is the codebase of tutorial How to Send Push Notifications in Medusa using Firebase.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v1.7.12. It is not guaranteed that it will work with future releases.

Prerequisites

How to Install

  1. Clone this repository:
git clone git@github.com:menard-codes/FirebaseMedusaNotifications.git
  1. Change directory and install dependencies:
cd backend && npm install
cd ../admin && yarn
cd ../storefront && yarn
  1. Start the Servers:
# Open 3 terminal windows:

# start backend
cd backend && medusa develop

# start admin
cd admin && yarn dev

# start storefront
cd storefront && yarn dev

Other Resources

Firebase Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published