Canopascanopas.hashnode.dev路Dec 3, 2024How To Create Easy Pagination In Jetpack ComposeIntroduction When building apps with long lists of data, the Jetpack Paging Library is often the go-to solution. However, it can be overkill for scenarios where you need basic pagination or when working with APIs and databases that provide simple off...DiscussAndroid
Debajit Mallickdebajit13.hashnode.dev路Sep 27, 2024Firebase Realtime Database vs Cloud FirestoreIntroduction For the last couple of years, I am using Firebase extensively in my personal projects. One of the most difficult choice is to make between Firebase Real-time Database vs Cloud Firestore. After using both of them here are some of the key ...DiscussFirebase
Gauss Codergausscoder.hashnode.dev路Sep 12, 2024React project with TypeScript, Tailwind CSS, Sass, Prettier, ESLint, and Firebase for authentication and Firestore:Step 1: Create a New React + TypeScript Project First, create a new React project with TypeScript using create-react-app: npx create-react-app my-app --template typescript cd my-app Step 2: Install Tailwind CSS Install Tailwind CSS: npm install -D t...DiscussReact Web ApplicationReact
Mridul Dekamridul09.hashnode.dev路Sep 4, 2024Google Cloud Firestore using Java MicroserviceIntroduction Firestore is a scalable NOSQL cloud database built on Google Cloud infrastructure. It can create document and collections in database. In order to connect to firestore by applications, they need service accounts to connect to Google Clou...DiscussJava
Umunnakwe Ephraim Ekenekingraym.hashnode.dev路Jul 1, 2024Nice Strategy to Handle Multiple Requests to One DatabaseIntroduction Since this is my first proper blog on the topic, I would love to introduce myself to you. My name is Ephraim Umunnakwe. I am a Mobile Developer and Backend Engineer. My friends call me Leo, but my nickname is KingRaym. I am passionate ab...Discuss路2 likesNode.js
Abderahmane Katebabderahmane-kateb.hashnode.dev路Jun 25, 2024Mastering React Native: Building A Simple Chat ApplicationHello and welcome to a new article! It's been a long journey in my quest for developing React Native applications. I haven't written an article or delved into development for quite some time due to circumstances. However, I'm back and excited to intr...DiscussReact Native
Computer Garagecomputerg.hashnode.dev路Jun 23, 2024Firebase and Angular Integration: Complete WalkthroughI often use Firebase because it is free and offers many benefits for learning. Firebase provides a backend cloud computing service with a NoSQL database called Firestore. Whenever I created a frontend application using Angular, I faced issues connect...DiscussAngular Firebase integration
Canopascanopas.hashnode.dev路May 20, 2024Websocket Alternative: How to use Firestore to Listen to Realtime EventsExciting News! Our blog has a new home! 馃殌 Background Imagine you鈥檙e building a real-time chat application where users can communicate instantly with each other, or a collaborative document editing tool similar to Google Docs. In such applications, c...DiscussWeb Development
nidhinkumarblog.nidhin.dev路May 19, 2024Firestore Vector SearchOn Google I/O - 24, Firebase team has introduced Search with Vector embeddings using Firestore. What is RAG? You will be get better results from LLM when you put more information in it. such as writing some long prompts and get the better result for ...Discussfirestore
Canopascanopas.hashnode.dev路May 3, 2024How To Send Emails Using Cloud Functions, Firestore & Firebase-Send-EmailExciting News! Our blog has a new home! 馃殌 Background Welcome to our blog where we鈥檒l talk about using cloud technology to make sending emails easier. Imagine you have a website where people sign up for newsletters. When someone signs up, you want t...DiscussAndroid