Firebase
Building A Real-Time Chat Application With Vue.js and Firebase – Part 2
Part 1: Setting Up The Project Part 2: Implementing The Chat Logic Part 3: Firebase Cloud Functions In the first part of the Building A Real-Time Chat Application With Vue.js and Firebase tutorial series we’ve set up the Vue.js project, installed needed dependencies like the Bootstrap framework, established the connection to [...]
Building A Real-Time Chat Application With Vue.js and Firebase – Part 1
Part 1: Setting Up The Project Part 2: Implementing The Chat Logic Part 3: Firebase Cloud Functions Vue.js is a powerful framework for building JavaScript-based single page web-applications and is often considered to combine the best of both, React and Angular. Firebase is a cloud development platform by Google which offers various [...]
Firebase Cloud Storage With Angular
Firebase Cloud Storage is a cloud service that let’s you store and retrieve user generated content (like images, audio, or video files). The service is highly scaleable and part of the Firebase platform, so that you can make use of the Firebase Cloud Service on various platforms. If you like CodingTheSmartWay, then consider [...]
Building An Angular 5 Project with Bootstrap 4 and Firebase
Part 1: Setting Up The Project In this tutorial I’ll show you how to start your Angular 5 Project from scratch and add Bootstrap 4 and the Firebase library to your application. This is the perfect application skeleton for your web application project. Setting Up The Angular Project First we need to setup an Angular project. This is [...]
Angular 2 Firebase Authentication
The Firebase platform is a perfect fit for your Angular 2 web or mobile application as it offers various useful backend services as real-time database, storage, notification, authentication etc. In this tutorial you’ll learn how to make use of the Firebase authentication service in your Angular 2 application. We’ll start from [...]
Vue.js 2 and Firebase
Building Real Time Single Page Web Applications With Vue.js 2 and Firebase Firebase is a mobile and web application platform supporting developers with various tools and services to build high-quality app. A central feature of Firebase is the realtime database. By using the Firebase API the realtime database can be used to store and sync [...]
Angular 2 + Firebase Introduction
Introduction Firebase is a mobile and web application platform supporting developers with various tools and services to build high-quality app. A central feature of Firebase is the realtime database. By using the Firebase API the realtime database can be used to store and snyc data across multiple clients and platforms. The Firebase [...]