When it comes to app development, at this fast pace, one factor that cannot be bypassed is to choose the right services for your backend. Now the world has two best options: Firebase, backed by Google; and Supabase, which is billed as an open-source alternative to Firebase. This blog goes through some of the features, […]
firebase
How to fetch data from Firebase in Swift Language (iOS)?
Objectives of the blog After reading this blog we will be able to understand the process to fetch data from Firebase. This process includes installation of Firebase SDK and implementation of code to fetch data from Firebase. Pre-requisites We need to write swift code to fetch the data from Firebase. For this first we will […]
How to save data to Firebase in Android?
Objectives: The purpose of this blog is to inform readers on how to save data in Android’s Firebase Realtime database. Simple data kinds, such as strings, can be written to this database, as well as more complicated data types, like Java objects. Pre-Requisites: To use the Firebase Realtime Database in Android, we need to have […]
How to fetch data from Firebase in Android?
Objectives of the blog After reading this blog we will be able to fetch data from Firebase Realtime Database. This data may include simple data types, such as Strings, or complex data types such as Java objects. Pre-requisites We need to have a Android Studio project and Firebase project ready in order to use the […]