Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 884 Bytes

README.md

File metadata and controls

42 lines (20 loc) · 884 Bytes

biodesign logo

CardinalKit ReactJS App (+Firebase/GCP) 🏥


Update components/Firebase/firebase.js with proper with API keys & data buckets.

Run npm install

Run npm start

Updated the .env with the following credentials

Get the below listed credentials from Firebase.

REACT_APP_API_KEY

REACT_APP_AUTH_DOMAIN

REACT_APP_DATABASE_URL

REACT_APP_PROJECT_ID

REACT_APP_STORAGE_BUCKET

REACT_APP_MESSAGING_SENDER_ID

REACT_APP_ID

REACT_APP_CONFIRMATION_EMAIL_REDIRECT

Create a new account in https://www.emailjs.com/ and get the acces token and upadte the following env

REACT_APP_FROM_EMAIL

REACT_APP_EMAIL_TOKEN

biodesign logo