Edupala

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

Month: March 2021

How to implement Ionic facebook login and Ionic firebase Facebook authentication

In ionic we can use Facebook, Google, Twitter, and other third-party service provider are the industry standards for token-based authentication and authorization for the web, desktop, and mobile application. We can easily implement ionic Facebook login using different methods. These third-party service providers act as an intermediary on the behalf of the end-user allowing them […]

How to implement Ionic QR code Scanner and generator

In this article, we are implementing both the Ionic QR code Scanner and Ionic QR generator. We can use our mobile camera to scan QR codes and a QR code is a machine-readable optical label that contains information. Ionic QR code Scanner example Step 1: Let’s create an ionic project to implement an Ionic QR […]

Javascript array object: how to use it Methods?

The JavaScript Array class is a global object that is used in the construction of arrays. In Javascript, Arrays are listed like objects, and are remarkable flexibility. We can easily, sort, add, and remove items according to their position. Javascript Array object In Javascript array is a type of object that is used to store […]

How to implement ionic slider with an example

While working with an Ionic framework for creating mobile applications, we have often seen a welcome page with an ionic slider. Ionic slides component composed of one sub-component ion-slide which we can include any Ionic component or HTML elements like heading, p, img and etc. We’ll create a few examples of ionic slider examples to […]

Scroll to top