alfchee / congregations

MIT License
0 stars 0 forks source link

Add Firebase to the project #1

Open alfchee opened 6 years ago

alfchee commented 6 years ago

This task is about to add Firebase to the project and to use a bucket to store the congregations there, and retrieve list of Congregations

alfchee commented 6 years ago

Trying to add Firebase to the project bring some problems because of some incompatibilities between the SDK of Firebase and the library AngularFire2, in which the last one is the official library to use Firebase with Angular. Then as found in some issues in Github, I moved to use the next versions of the SDK and AngularFire2

"angularfire2": "^5.0.0-rc.6",
"firebase": "^4.12.1"