Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,32 @@ 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`



<img src="https://github.com/cs342/CardinalKit-CS342-Web/blob/master/Materials/footer.png?raw=true" alt="biodesign logo">
2 changes: 1 addition & 1 deletion ReactJS-Project-CardinalKit/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SKIP_PREFLIGHT_CHECK=true
SKIP_PREFLIGHT_CHECK=true
2 changes: 2 additions & 0 deletions ReactJS-Project-CardinalKit/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ junit.xml

# Generated css
src/tailwind.out.css

/.env
41 changes: 41 additions & 0 deletions ReactJS-Project-CardinalKit/firebase-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[debug] [2020-11-02T05:37:28.846Z] ----------------------------------------------------------------------
[debug] [2020-11-02T05:37:28.848Z] Command: /usr/local/bin/node /usr/local/bin/firebase init
[debug] [2020-11-02T05:37:28.848Z] CLI Version: 8.7.0
[debug] [2020-11-02T05:37:28.848Z] Platform: darwin
[debug] [2020-11-02T05:37:28.848Z] Node Version: v12.18.3
[debug] [2020-11-02T05:37:28.849Z] Time: Mon Nov 02 2020 09:37:28 GMT+0400 (Gulf Standard Time)
[debug] [2020-11-02T05:37:28.849Z] ----------------------------------------------------------------------
[debug] [2020-11-02T05:37:28.849Z]
[debug] [2020-11-02T05:37:28.858Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[debug] [2020-11-02T05:37:28.859Z] > authorizing via signed-in user
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########

You're about to initialize a Firebase project in this directory:

/Users/sathishkumar/Projects/CardinalKit-CS342-Web/ReactJS-Project-CardinalKit

Before we get started, keep in mind:

* You are initializing in an existing Firebase project directory

[info]
=== Project Setup
[info]
[info] First, let's associate this project directory with a Firebase project.
[info] You can create multiple project aliases by running firebase use --add,
[info] but for now we'll just set up a default project.
[info]
[debug] [2020-11-02T05:37:45.765Z] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloud-platform","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"]
[debug] [2020-11-02T05:37:45.766Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
<request body omitted>
[debug] [2020-11-02T05:37:45.956Z] <<< HTTP RESPONSE 200 {"date":"Mon, 02 Nov 2020 04:03:27 GMT","cache-control":"no-cache, no-store, max-age=0, must-revalidate","expires":"Mon, 01 Jan 1990 00:00:00 GMT","pragma":"no-cache","content-type":"application/json; charset=utf-8","vary":"X-Origin, Referer, Origin,Accept-Encoding","server":"scaffolding on HTTPServer2","x-xss-protection":"0","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","alt-svc":"h3-Q050=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","accept-ranges":"none","transfer-encoding":"chunked"}
[debug] [2020-11-02T05:37:45.973Z] >>> HTTP REQUEST GET https://firebase.googleapis.com/v1beta1/projects?pageSize=100

[debug] [2020-11-02T05:37:46.387Z] <<< HTTP RESPONSE 200 {"content-type":"application/json; charset=UTF-8","vary":"X-Origin, Referer, Origin,Accept-Encoding","date":"Mon, 02 Nov 2020 04:03:27 GMT","server":"ESF","cache-control":"private","x-xss-protection":"0","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","alt-svc":"h3-Q050=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-T050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","accept-ranges":"none","transfer-encoding":"chunked"}
[debug] [2020-11-03T03:32:36.139Z] Error: read EIO
at TTY.onStreamRead (internal/stream_base_commons.js:205:27)
Loading