- Create new Gmail (recommended).
- Create Paymongo account with that Gmail.
- Create Firebase Project.
- Enable Auth (Email only).
- Set Email and Password of Super Admin.
- 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)