anxelic / CalendarBoard

https://www.figma.com/file/vm8PMaFIeM1dCKj6hkVNI1/Senior-Projects-Wireframe?node-id=0%3A1&t=dIVFGgko6x91znx0-1
https://calendarboard-e84ef.web.app
0 stars 0 forks source link

firebase database setup #26

Closed anxelic closed 1 year ago

anxelic commented 1 year ago

using firebase to setup the databases in order to store user information

alumnu commented 1 year ago

running into issue attempting to write to database in calendar.js

specifically having an issue getting the UID for the current user in the calendar component class (which is required for the database structure we're attempting to create)

anxelic commented 1 year ago

Database has been set up using Firebase Realtime Database. It is wrote and read as a .json file.