Victoria LoforArticles by Victoria Lovictoria.hashnode.net·Aug 19, 2022How to Make a React Library System using Firestore #2Welcome back to Part 2 of How to Make a React Library System using Firestore. In the previous article, we learned the basics of Firestore and how to configure it to a React app. In this part, we will learn how to retrieve, add and delete data from o...Claire Yu and 1 other are discussing this2 people are discussing thisDiscuss·37 likes·596 readsRandom Projects to Buildfirestore
Victoria LoforArticles by Victoria Lovictoria.hashnode.net·Aug 5, 2022How to Make a React Library System using Firestore #1Firebase is a Backend-as-a-Service (BaaS) that provides many cloud-hosted solutions such as hosting, databases and cloud functions without the need to manage servers. In this article, we will learn about Firebase's flexible and scalable NoSQL cloud d...Discuss·34 likes·975 readsRandom Projects to BuildFirebase
Andrey LechevforIndex Of /leechy.hashnode.net·Nov 15, 2020How to copy, delete, or move a document in FirestoreTo move a Firestore document from one collection to another, including all existing sub-collections, we will need a Cloud function that copies all documents and then delete existing ones. In this post, you'll find working functions to use with some e...Thomas Götzsche and 2 others are discussing this3 people are discussing thisDiscuss·28 likes·10.5K readsfirestore
Canopascanopas.hashnode.net·Apr 21, 2023How to Write Security Rules for Firebase FireStore?Firebase Firestore is a popular NoSQL document database widely used by developers to build scalable and flexible web and mobile applications. While Firestore provides powerful features for data management, it is also essential to ensure the security ...DiscussFirebase
Joshuajoshytheprogrammer.hashnode.net·Apr 1, 2023Building a Full-Stack Web App with Nuxt 3 and FirebaseNuxt.js is a popular open-source framework for building Vue.js applications. It provides developers with an easy-to-use and flexible environment for building powerful web applications. Firebase is a powerful platform that provides backend services fo...DiscussFirebase
Lior Amsalemlior-amsalem.hashnode.net·Mar 23, 2023Firebase Firestore Firebase Admin Firestore Adapter - Let's Fix The ConfusionFirebase is a wonderful tool by google to quick setup a remote db with realtime powerful database and other great features! unfortunately poor naming, lack of documentation, and breaking changes from v8 to v9 create a mass of confusion for engineers ...Discuss·10 likes·26 readsfirestore
Saleh Mubasharsaleh.hashnode.net·Mar 14, 2023React and Firestore Part 2Hello guys! In the previous tutorial, Part 1, we learned how to save and get data from Firestore, which is a cloud-hosted, Firebase NoSQL database. We also learned how to create and integrate a Firestore database to React. In this part 2, we will lea...DiscussReact JSReact
Ashish Dadhorehalfdev.hashnode.net·Mar 11, 2023Writing a firebase function from scratchPrerequisites & Declarations Node.js environment. I used VS Code as my editor. This guide particularly includes troubleshooting and my personal experience when implementing it practically. You can also try the official guide here Start with cre...DiscussFirebase
Khanin Chomphusrikhanin.hashnode.net·Feb 27, 2023Stream Firestore data with Riverpod in FlutterFlutter and Firebase are widely used together. However, when adding state management such as Riverpod there are not many examples available to demonstrate how to implement them together. In this blog, I will share how I stream data from Firebase with...Discuss·268 readsFlutter
Debarshi Raj Basumatarydebarshiraj.hashnode.net·Feb 18, 2023React-Firebase-CRUD Operations with Authentication using Security Rules.Introduction: Firebase is a Backend-as-a-Service provided by Google. It provides pre-configured authentication, storage, database etc services. React is a JavaScript library for building user interfaces. Together, Firebase and React make it easy to c...Discuss·11 likes·43 readsFirebase
Prathmesh Patilprathmesh-patil.hashnode.net·Jan 24, 20235 useful firebase tips for beginners - part IThis will be my first article on the internet. This article is intended for developers having a basic understanding of firebase. I will share some tips and tricks which are necessary to keep in mind while using firebase. Spend some time structuring ...Discuss·1 like·32 readsFirebase
Utsav Ojhautsavo.hashnode.net·Jan 17, 2023How To: Geo-queries in firestore v9Aim: To query our firestore collection of documents that have Geopoint data and return results based on proximity to users' location. Motivation: Consider the following scenario, we have an application that needs to display restaurants nearby a user'...Discuss·99 readsNext.js
Cheryl Mcherylm.hashnode.net·Jan 11, 2023Importing JSON data into FirestoreCode on gitlab: https://gitlab.com/test-projects47/firestore-import-json Creating a Firestore database Register for a firebase account and go to Firebase Console (https://console.firebase.google.com/) Add Project Click Continue when the project...Discussfirestore