WApp-Solutions / team-manager

Manage your team to get the best out of it
1 stars 0 forks source link

Create firebase project + database #6

Open hilzfa opened 3 years ago

hilzfa commented 3 years ago

Hint: Creation of database is probably blocked by #5

Acceptance criteria:

derpfeifenmarcel commented 3 years ago

Firebase SDK needs to be added to the project. We have at least two options for that:



- using a ionic/react npm package (my suggestion>

next we have to install the CLI for firebase to the project
`npm install -g firebase-tools`