Skip to content

christiankyle-ching/FOMO-Reservation--Netlify-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOMO Reservation - Netlify Functions

Deployment Notes

Accounts

  1. Create new Gmail (recommended).
  2. Create Paymongo account with that Gmail.

App

  1. Create Firebase Project.
  2. Enable Auth (Email only).
  3. Set Email and Password of Super Admin.
  4. Deploy to Netlify Functions. Set Environment Variables:
    • FIREBASE_CLIENT_EMAIL (from Google Private Key JSON)
    • FIREBASE_PRIVATE_KEY (from Google Private Key JSON)
    • FIREBASE_PROJECT_ID (from Google Private Key JSON)
    • SUPER_ADMIN_EMAIL (set superAdmin Email)
    • WEB_BASE_URL (URL of the deployed Front-End App)
    • PAYMONGO_PUBLIC_KEY (from Paymongo Dashboard)
    • PAYMONGO_PRIVATE_KEY (from Paymongo Dashboard)

Releases

No releases published

Packages

No packages published