Edupala

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

Firebase

How to fix Firebase storage CORS issues in Angular and other frontend frameworks

As for front-end developers, we often faced issues with CORS (Cross-origin resource sharing), I had faced Firebase storage CORS issues in one of my Angular firebase projects. I have uploaded a few images on Firebase storage, it works perfectly on localhost for uploading, deleting, and retrieving them from the server. When I hosted my project […]

How to implement ionic firebase authentication

We can easily integrate Firebase authentication in ionic. Ionic firebase authentication we can use third-party auth providers like Google, Twitter, Facebook, and more. These third-party service providers are the industry standards for token-based authentication and authorization for web, desktop, and mobile applications. These third-party service providers act as an intermediary on the behalf of the […]

Ionic firebase CRUD operation in Details

In this article, we’ll explore how to implement CRUD operation in the Ionic firebase project. Firebase is serverless technology from Google. We can consider it as Backend as a service that offers a wide range of services such as hosting, real-time databases, and cloud functions. We can use Firebase to store/manipulate data. With Ionic Firebase […]

Complete guide on Ionic firebase image upload from camera or gallery

In Ionic, we can easily upload an image file in Firebase as easily as CRUD operation on Firebase through the Angular/Fire module.  In this tutorial, we’ll learn how Ionic firebase images are uploaded from the camera or gallery of a mobile device. Firebase has made the life of developers easier as developers don’t have to […]

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 […]

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