Beginners Guide to Firebase Database, Auth, and Hosting - Using Ionic Angular App

Beginners Guide to Firebase Database, Auth, and Hosting – Using Ionic Angular App Firebase is a mobile and web application development platform developed by Firebase Inc. in 2011, then was acquired by Google in 2014. Firebase is a toolset to “build, improve, and grow your app”. It gives you functionality like analytics, databases, realtime-databases, cloud messaging, cloud functions (serverless function), user authentication, and crash reporting so you can move quickly and focus on your users. ...

September 2, 2022 · 12 min · Vaibhav Gehani

React Native Chat Application using Firebase & Hooks [ Part 1 ]

React Native Chat Application using Firebase & Hooks [ Part 1 ] In this tutorial, we will be building full-fledged chat application. We can share text, images, and videos through this chat application. In this part 1, we will build one-on-one chat application and in the upcoming part, multiple participants will be able to chat through the application. First, make sure you have all pre-requisites to create a React-Native App as per the official documentation. If you are already done with that setup, skip this documentation and go on implementing the chat application. ...

August 31, 2022 · 11 min · Vaibhav Gehani

Integrating Ionic Vue Application with Firebase - Firestore CRUD operations

Integrating Ionic Vue Application with Firebase – Firestore CRUD operations In this tutorial, we will learn how we can integrate the Ionic Vue application with Firebase firestore and use basic database operations. Firebase is one of the best options to opt for when dealing with a small number of users (for unpaid versions). You can add a lot of things using Firebase like push notifications, database providers, authentication methods, Firebase functions, and many more. ...

April 17, 2022 · 12 min · Vaibhav Gehani

Passwordless Email Link Login Using Firebase Auth in Ionic Angular App

Passwordless Email Link Login Using Firebase Auth in Ionic Angular App In this tutorial, we will learn how to perform an Email Link Signup with both password and passwordless methods. Most of the tutorial only contains the passwordless method but in the end, we will cover Email Link Signup with Password as well. We will use the Ionic 5 application which is based on the Angular framework – with Firebase (the most popular combo). However this tutorial can be followed for another framework also like React and Vue, only changes will be in a few steps. ...

February 21, 2022 · 11 min · Vaibhav Gehani

Firebase Admin SDK setup and functions using Node JS

Firebase Admin SDK setup and functions using Node JS In this tutorial, we will be going through the Admin SDK of firebase. We will set up and use various functions in the Node JS script. Before going through any procedure or implementation, we briefly summarize what is Firebase, Firebase Admin SDK, and Node JS. Feel free to skip these sections, if you are already familiar with all of them. ...

February 11, 2022 · 8 min · Vaibhav Gehani

Integrating Google Sheets with Firebase Realtime Database

Integrating Google Sheets with Firebase Realtime Database In this tutorial, we will learn how to integrate Google sheets with Firebase Realtime Database. We will go through bidirectional integration: - When you update Google Sheet, Firebase Realtime DB will be updated automatically. When you update Firebase Realtime DB, Goggle Sheets will be updated automatically (We will need firebase functions to implement this integration). Now here is the question … why do we need Google sheets to update Firebase realtime database or vice versa? ...

October 14, 2021 · 10 min · Vaibhav Gehani

Ionic 5 Grocery Shopping- User, Delivery, and Admin Apps

Ionic 5 Grocery Shopping– User, Delivery, and Admin Apps Starter with back-end and Payment Integrated In the time of COVID pandemic lockdowns, a huge number of online apps have found a greater use. Grocery shopping is one of the top apps which have found tons of new users in pandemic time. This post elaborates on the features of Ionic Grocery Shopping Platform**– **An app starter by Enappd, which you can purchase and start your own grocery shopping platform with. ...

May 25, 2021 · 12 min · Vaibhav Gehani

Firebase Phone Authentication in Ionic 5 Apps

Firebase Phone Authentication in Ionic 5 Angular Applications In this tutorial, we will learn how to integrate Firebase Phone Authentication with Ionic Angular Application. This method can make use of ReCaptcha, but there is option to make the captcha invisible (Users don’t need to verify the captcha).We will use the a ngular/fire library to use the firebase features in the example App. Why Phone Authentication? Phone Authentication is one of the most used methods to verify the user in just a few seconds. This method is more important as we are not very good at maintaining passwords for various sites – the only good friend we have is our smartphone. By exchanging a Code between the provider and the user – UX is improved a lot – even better than the social logins which not everybody is comfortable using. ...

May 18, 2021 · 10 min · Vaibhav Gehani

Firebase cloud functions in Ionic 5- Complete guide

Firebase cloud functions in Ionic 5– Complete guide This post will take you through the basics of Firebase cloud functions – How to create, deploy, and use a cloud function. We will also have a look into the cloud function dashboard in Firebase to understand the capabilities. We will ALSO check out avery useful tool for Firebase – Firebase emulator, which allows you to run a Firebase project fully on localhost, including UI ! 😲 😲 ...

April 9, 2021 · 17 min · Abhijeet Rathore

How to use Firebase Emulators with Ionic Angular Applications

How to use Firebase Emulators with Ionic Angular Applications In this blog, we will go through a very important aspect of using Firebase backend Service – The use of Emulators. First of all, we will need to understand – what is the need for these simulators? As you know most Cloud Services charge you based on consumption and Firebase also acts similarly. Whenever you use any of their Services – your calls are charged. So it is not justified to use cloud services even in Debug mode or in a Scenario like Unit Testing (where you can make hundreds of calls in few seconds). To save such additional costs Simulators are the best way out. There can be other benefits also like total control over data, easy to clean database, etc. ...

October 31, 2020 · 7 min · Vaibhav Gehani
Hey! 👋 ?
Use AI Chat Agent Instant answers on store.enappd.com
OR
Email Support support@enappd.com