Mason Cochranmasondevelops.hashnode.dev·Oct 29, 2024October 2024 DevlogHi all! Welcome to the October 2024 Devlog for LegisLink. I intend to move forward with a monthly cadence for blogs relating to to the app. October has been a transformative month for the app, with several major changes to the infrastructure so I can...DiscussSwift
MAHBUBUL ALAMpromahbubul.hashnode.dev·Sep 18, 2024Firebase Services and How to use FirebaseFirebase is a Google platform that provides various tools and services for building, managing, and scaling mobile and web apps. List of Firebase Services Authentication Firestore Realtime Database Hosting What is of this services? Authenticatio...Discusshow learn firebase
xing liubigtomato.hashnode.dev·Sep 15, 2024record collection managementAngular 18 app on aws using firebase as backend. It is a best practice of the ngrx with reducer, selector, action and effects. link to app on aws link to githubDiscuss·128 readsthe kinks
Aryan kadamaryankadam.hashnode.dev·Jul 30, 2024Firebase AuthenticationIntroduction This blog post details the journey of creating a React application with Vite, integrated with Firebase authentication. The application supports Google and GitHub sign-in, ensuring a smooth user experience. Creating a Firebase Project G...Discussgoogle authentication
Sujal Sonisujalsoni.hashnode.dev·Apr 18, 2024Full Stack Web Application using Next JSWelcome to the 2nd blog of an awesome series that covers Building a Full Stack Web Application using Next JS.We would essentially use Next.js, Firebase & MongoDB to design the data and to store and retrieve the Data and Images. Before you read furt...DiscussFull Stack Development
Sunkanmi Fafoworasunkanmi.hashnode.dev·Apr 5, 2024How to Retrieve Images from Firebase Storage in ReactI’ve been trying my hands on a couple of new things lately. I recently worked on a website where my team and I had to use Firebase to store and fetch images. I have to tell you it wasn’t so easy because Firebase didn’t fully specify how to consume th...Discuss·10 likes·49 readsReact
Lunaram Suthargrahanam.hashnode.dev·Nov 30, 2023Seamless Image Handling: Uploading to Firebase Storage and Storing Image URLs in MongoDB Using Node.jsWelcome Coders! 💻️ In this guide, we'll utilize Firebase Storage to securely store images for our application while storing image URLs within our database model. Let's get started! 👍️ Prerequisites Basic knowledge of Node.js Installed Node.js and...DiscussNode.js
Henna Singhcodelady.hashnode.dev·Nov 26, 2023React: Notes AppIn this article, we will make changes to the pre-built React Notes App. Improvements to Make: Sync Notes with Local Storage Add note summary titles Move the modified note to the top of the list Delete notes Saving Notes to Firebase Database Ap...Discuss·63 readsFrontend Developer BootcampReact
Devanshu Dixitdevanshudixit.hashnode.dev·Nov 21, 2023How to show PDFs from Firebase Storage in React using react-pdfIn my recent project, I had to show a pdf from the firebase storage in the modal in react application. On my intital search react-pdf was the best result I got but as soon as I tried to implement I was stuck - the problem was firebase storage provide...Discuss·29 readsFirebase
Manthan Ankolekarmanthanank.hashnode.dev·Jun 23, 2023Commonly used features and commands of Firebase in AngularHere's a Firebase cheatsheet with commonly used features and commands in an Angular application: Firebase Initialization in Angular Install Firebase packages: npm install firebase @angular/fire Import Firebase and initialize it in your Angular ap...Discuss·1 like·46 readsFirebase