-
Notifications
You must be signed in to change notification settings - Fork 6
chore : Migrate Robocon section to firestore #3
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
chore : Migrate Robocon section to firestore #3
Conversation
HashirGJ8842
left a comment
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.
Nice work
plugins/firebase.js
Outdated
| } | ||
|
|
||
| export const db = firebase.database() | ||
| export const firestoreDb = firebase.firestore() |
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.
Rename this variable as DB, this would be the name everyone will proceed with
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.
Sure!
|
And update this branch to resolve conflicts. |
|
I have resolved conflicts and have also made the required changes. Please check now, @HashirGJ8842 |
HashirGJ8842
left a comment
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.
LGTM!
Overview
Update Queries for Robocon page, to fetch data from Cloud Firestore instead of Real Time Database.