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’re 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’ll 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
Charan Mudirajcode-with-charan.hashnode.dev·Apr 26, 2024How to Build a Chat App / WhatsApp Clone (Technologies, Methods and Architecture)Context: In this blog I will be sharing standard procedures, my learnings and experiences while I was building a Chat App. Instead of traditional method of implementing websocket connection, I will be using realtime-update service provided by firesto...Discuss·100 readschatapp