Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Adding Multiple tags select using Tag Manager JQuery Plugin

Last few days, I am searching for a good and small plugin to add multiple select tags in an input box. The Tags Manager v3.0.2 project on GitHub link. The v3.0.2 work nicely on bootstrap 4 and JQuery 3.2.1. We can use this plugin in two ways. Using CDN of Tags Manager directly to our project. Install […]

Build a Real Time Tutorial App with Ionic & Firebase

We can perform ionic CRUD operation on Firebase in a number of ways. One of the easiest ways is through AngularFire2.  In this tutorial, we will learn how to perform CRUD operation on the Firebase database through firebase javascript package.   What are we learning? How to use Firebase  as backend How to render/upload the record to […]

Firebase – Introduction

Firebase is the product of Google. To create new Firebase projects, you need a Google account. Firebase projects can be created and managed using the Firebase console (https://firebase.google.com/console/). Firebase provides different SDKs for mobile and web apps to interact with its database. Ionic apps should use the web SDK (https://firebase. google.com/docs/web/setup). Note: Ionic apps should use […]

Scroll to top