-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase crud #83
base: development
Are you sure you want to change the base?
Firebase crud #83
Conversation
src/services/authService.js
Outdated
apiKey: "AIzaSyDwQ_BVaf3LXTqCjEUZk_al7bEdSbM3XIc", | ||
authDomain: "crudoperation-7e481.firebaseapp.com", | ||
projectId: "crudoperation-7e481", | ||
storageBucket: "crudoperation-7e481.appspot.com", | ||
messagingSenderId: "615119619499", | ||
appId: "1:615119619499:web:7a81027209c502106bfeee", | ||
measurementId: "G-10JP8V60VE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PLease revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just resolved the merge conflicts, pull the branch before making your own changes.
@@ -4,6 +4,7 @@ | |||
<meta charset="utf-8" /> | |||
<meta name="color-scheme" content="dark light"> | |||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> | |||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not using bootstrap. Downloading another css library may cause a lot of unusual loading time.
We are using material-ui.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Type of Change:
Completed the firebase CRUD operation