ruxailab / web-eye-tracker

MIT License
3 stars 17 forks source link

Adding the firebase configuration to the project #13

Closed RavinduWeerakoon closed 3 months ago

RavinduWeerakoon commented 3 months ago

The README explains that after cloning the project, you must save the Firebase config in the project's root directory as serviceAccountKey.json. However, the wsgi.py file reads the Firebase configuration from the .env file. This can cause errors if the configuration is set according to the README instructions.

In the dev:

image

In the main:

image

To avoid confusion, wouldn't that be helpful to update either the README or the wsgi.py file?

hvini commented 3 months ago

Hello @RavinduWeerakoon,

firebase is not used on this project anymore, it was an old requirement on the project beginning. i removed the firebase references and i also updated the readme.

also, now both main and develop branch are synced.