Posts

Showing posts with the label Firebase

Firebase Web Codelab

Image
1 .  Overview In this codelab, you'll learn how to use the  Firebase platform  to easily create Web applications and you will implement and deploy a chat client using Firebase. What you'll learn Sync data using the Firebase Realtime Database and Cloud Storage. Authenticate your users using Firebase Auth. Deploy your web app on Firebase static hosting. Send notifications with Firebase Cloud Messaging. What you'll need The IDE/text editor of your choice such as  WebStorm ,  Atom  or  Sublime . npm  which typically comes with  NodeJS . A console. A browser such as Chrome. The sample code. See next step for this. 2 .  Get the sample code Clone the  GitHub repository  from the command line: git clone https : //github.com/firebase/friendlychat-web The  friendlychat-web  repository contains sample projects for multiple platforms. This codelab only uses these two repositories: 📁  web...

Popular posts from this blog

How to download a file using command prompt (cmd) Windows?

The future of Artificial Intelligence: 6 ways it will impact everyday life

Angular 9 - User Registration and Login Example & Tutorial