November 2017
Beginner to intermediate
288 pages
7h 33m
English
Since we're using NodeJS, integrating Firebase is one module setup away:
~ cd project-directory ~/project-directory ~> npm install firebase --save
Now, the preceding command will go and download Firebase locally so you can access it directly using your normal commonJS workflow.
Read now
Unlock full access