SongoMen / Trader24

React application for trading market stocks with virtual money.
https://stocks-af048.web.app/
MIT License
123 stars 60 forks source link

How to setup the database #5

Closed Shikhar009 closed 4 years ago

Shikhar009 commented 4 years ago

Hi, Can you help me setup the database on firestore? I have replaced the credentials with my firebase/firestore credentials but nothing is working beyond sign up. (things like search etc too are not working)

github-actions[bot] commented 4 years ago

Hello, thanks for contibuting!' first issue

SongoMen commented 4 years ago

Stocks on page are fetched from https://iexcloud.io/ . You dont need to set up firebase, it's only gonna save user's portfolio, funds etc. You need to get api key from iexcloud and place it in .env file (there are 2 variables but you can have one key and just place it in both of this variables).

Shikhar009 commented 4 years ago

Thanks for you reply and regret my issue which got resolved after i updated a key value which got wrongly copied.

Can you just help with the website from where you are using the icons from, I haven't been able to find the right svg for icons

SongoMen commented 4 years ago

This is the website i am using https://feathericons.com/

Shikhar009 commented 4 years ago

Thanks a lot