Pranjal KumarforPranjal Kumar's Spacepranjal-barnwal.hashnode.net·Dec 24, 2022How to deploy a React project while utilizing Firestore & Storage to FirebaseBefore starting with anything make sure you have created your project in FireBase & you have used the same Firebase Config in your `firebase.js` file in your local react project folder 1. Create a build folder using: npm run build This in turn will...Discuss·5 likes·48 readsFirebase
Realtime CodingforRealtime Codingrealtimecoding.hashnode.net·Jul 5, 2022Uploading Multiple Files to FirebaseStorageOverview In this blog, we will learn about uploading multiple files or images to firebase storage using coroutines. I will explain two different methods and there might be other ways to do it but these two methods I have used in projects and tested w...Discuss·1 like·413 readsandroid, firebase, kotlin, coroutine
Alvison HunterforAlvison Hunteralvisonhunter.hashnode.net·Mar 2, 2023Get started with Firebase HostingFirebase Hosting gives you a fast, secure, and reliable way to host your app’s static assets (HTML, CSS, JavaScript, media files, etc.) as well as to serve dynamic content and host microservices. Our production-grade hosting is backed by a global con...Discuss·1 like·38 readsFirebase
Alvison HunterforAlvison Hunteralvisonhunter.hashnode.net·Mar 2, 2023Get started with Firebase HostingFirebase Hosting gives you a fast, secure, and reliable way to host your app’s static assets (HTML, CSS, JavaScript, media files, etc.) as well as to serve dynamic content and host microservices. Our production-grade hosting is backed by a global con...Discuss·1 like·38 readsFirebase
Nnamdi Azubuikeforiamclementiamclement.hashnode.net·Feb 16, 2023Firebase Cloud StorageWelcome back again, 😊!In my previous article, we discussed how to use Firebase Google authentication to sign in. Together, we'll be looking at how to store images using Firebase Cloud Storage, so without further ado, let's get into it. Let's quickly...Discuss·64 readsFirebase
Pranjal KumarforPranjal Kumar's Spacepranjal-barnwal.hashnode.net·Dec 24, 2022How to deploy a React project while utilizing Firestore & Storage to FirebaseBefore starting with anything make sure you have created your project in FireBase & you have used the same Firebase Config in your `firebase.js` file in your local react project folder 1. Create a build folder using: npm run build This in turn will...Discuss·5 likes·48 readsFirebase
Realtime CodingforRealtime Codingrealtimecoding.hashnode.net·Oct 19, 2022Realtime Database vs Cloud FirestoreThe database is the main actor when it comes to dealing with data within an application. The development of any application to store data required a database and become a mandatory part of it. Firebase provides Cloud Firestore and Realtime Database. ...Discuss·106 readsFirebase With MVVMRealtime Databas
GlenkurtforGlenkurtglenkurt.hashnode.net·Jul 18, 2022Firebase Realtime DatabaseUsing Firebase realtime database I want to share with you how I implement Firebase Realtime database in my last project. For the front-end, I build my app using React and Material UI. The app's goal is to keep track of my "house hunting". I have jus...Discuss·56 readsReact
Realtime CodingforRealtime Codingrealtimecoding.hashnode.net·Jul 5, 2022Uploading Multiple Files to FirebaseStorageOverview In this blog, we will learn about uploading multiple files or images to firebase storage using coroutines. I will explain two different methods and there might be other ways to do it but these two methods I have used in projects and tested w...Discuss·1 like·413 readsandroid, firebase, kotlin, coroutine