Introduction to Firebase SDK

Get a brief introduction of how your web application's frontend communicates with backend services using Firebase SDK.

Firebase SDK

At some point, a web application’s frontend needs to communicate with backend services. In this course, we will take advantage of Firebase, and in particular, its authentication feature and its NoSQL cloud database Firestore.

Firebase promises the following on ...