Ayesha Gullayeshaiq.hashnode.dev·Sep 18, 2023Modeling Relational Data in NoSQL FirestoreIntroduction: Firebase Firestore is a NoSQL database service provided by Google Cloud that allows developers to build scalable and real-time applications. Although Firestore is excellent at managing unstructured data, modeling relational data can be ...Discuss·29 readsFirebase
Ishaanishaanveerdadhwal.hashnode.dev·Sep 16, 2023Google Cloud databasesA cloud database is a database service that is built and deployed on cloud infrastructure. Easily via the Internet. Cloud databases serve the same function as any other modern relational, non-relational, or in-memory database. But with the added flex...DiscussGoogle Cloud Platorm - Servicescloud database
Sai Siddhish Chandra Sekarandevsai.hashnode.dev·Jul 25, 2023I Tried FirebaseIntroduction I recently attempted to create a simple chat application to explore Firebase's capabilities. The free tier was not what I had anticipated... What is Firebase? Google's BaaS (Backend as a Service) product is called Firebase. It contains s...Discuss·1 like·31 readsFirebase
Graham Fleminggrahamfleming.hashnode.dev·Jun 16, 2023Firebase Firestore Python - Getting StartedI'm going to guide you through the workings of this Firebase Firestore Python code, breaking it down for you so you can hit the ground running. Installation In order to install the Firebase Admin SDK for Python using pip, the following command should...DiscussFirebase
helpichiraghelpichirag.hashnode.dev·Jun 4, 2023Building an Android App with Firebase Integration and Real-Time Data SyncIntroduction In this article, we'll explore the process of building an Android application that seamlessly integrates with Firebase and utilizes real-time data synchronization with Firebase Cloud Storage. We'll dive into the key features of the app, ...DiscussFirebase
helpichiraghelpichirag.hashnode.dev·Jun 3, 2023Just built a stunning Figma design clone using Flutter! 💪 Integrated Firestore for seamless data management and Firebase for powerful state managemehttps://github.com/helpichirag/june2023-30days/tree/masterDiscussFlutter
Rayid Ashrafrayid.hashnode.dev·May 16, 2023Beginner's guide to FirestoreFirestore is a database service that allows you to store and manage data in the cloud. It is a NoSQL database, which means that it does not use a traditional SQL relational database structure. Instead, it stores data as documents, which are JSON-like...Discuss·138 readsFirebase
Anas FIKHIgwhyyy.hashnode.dev·May 9, 2023Stop Making This Common Mistake When Counting Documents in Your Firestore CollectionsIntroduction Firestore is a NoSQL document-based database that is widely used by developers to store and retrieve data for web and mobile applications etc. One of the fundamental concepts of Firestore is the collection, which is a group of related do...Discuss·1 like·32 readsFirebase
Adebola Adeniranadebola-1620318048424.hashnode.dev·May 8, 2023How to Stream Data From Firebase to BigQuery EasilyYou must have installed the Stream Firestore to Big Query Extension and maybe even read some of the docs but you still can’t quite figure out how to get everything to work. This guide will help you with that. Have data in Firebase Firestore and need ...DiscussFirebase
Canopascanopas.hashnode.dev·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