nisargptl / vehicle-recognition

This enables users to gather information about any vehicle and they can see the details in a matter of seconds. Snap a quick photo in the app and it will provide the details about the vehicle make, model, year, user ratings and starting retail price. In addition, it will provide this same information for the 2 closest competitors so a user can do some quick comparison shopping.
https://viris.herokuapp.com/
0 stars 1 forks source link

Queries in Firebase #17

Closed khyatibhuva closed 3 years ago

khyatibhuva commented 3 years ago

Submit your necessary files that you have worked with in Firebase for trial,

vishal-2504 commented 3 years ago

Firestore Database created in firebase. The file cars.json contains the car data in json format which is stored as a json tree in the firestore database using file uploader.js For the trial purpose, I initialized the firestore app in index.html and queried the database in the file app.js

khyatibhuva commented 3 years ago

Attach the files for the same.

vishal-2504 commented 3 years ago

Necessary files used are uploaded.

khyatibhuva commented 3 years ago

Can you upload your files here in this issue for reference?

vishal-2504 commented 3 years ago

Demo.zip

khyatibhuva commented 3 years ago

Noted