Thirdy Gayaressoftware-engineer.thirdygayares.com·Oct 12, 2024Step by Step how to deploy flutter on Firebase Hosting💡 Please Follow me on LinkedIn and GitHub 1. Install Firebase CLI First, you need to install the Firebase Command Line Interface (CLI) to interact with Firebase from the terminal. If you have Node.js (Make Sure if none you can downloat it from ...flutter-deploy-firebase
Ravi Patelravipatel.hashnode.dev·Aug 30, 2024🚀 Effortless Firebase Integration for Your Flutter App in Just 2 Minutes!Struggling to integrate Firebase into your Flutter project? Say goodbye to frustration! In this lightning-fast guide, you'll learn how to seamlessly add Firebase to your Flutter app in just 2 minutes, whether you’re starting from scratch or enhancing...Flutter
Amarjit Mallickamarjitmallick.hashnode.dev·Jun 1, 2024Streamline Your Flutter CI/CD: Integration Testing with Firebase Test Lab on GitHub Actions (Part 1)Putting it Together: How Integration Testing Works Imagine your Flutter app is like a big machine with many parts. Integration testing is like running a test on the entire machine, not just individual parts. Regular tests (unit tests and widget test...135 readstest lab
Sagar Shendealltechsavvy.hashnode.dev·Jul 14, 2023How to Add Firebase to Flutter App (ANDROID, IOS) 2023In this Video, I show you How to Add Firebase Setup to Flutter app for Android & IOS 2023. https://youtu.be/mAZ03PCp2ZI Enjoyed the Tutorial? Please leave a LIKE 👍 to show your support and appreciation 💬 If you have a question about anything in t...Flutter
Millicent Malingacodermum.hashnode.dev·Apr 11, 2023Integrating Firebase into Flutter ProjectThis semester Mobile App Development was one of the courses I had to take and I can not stress how much I did not enjoy it. I have never been a fan of anything user interface related and a large part of the curriculum was understanding Flutter UI wid...1 like·50 readsflutter-firebase
Ajayi Olumide Brownajayioluwamide.hashnode.dev·Aug 11, 2022Flutter & Firebase App Tutorial — App StructureThese are the folders and files that we are about to create to give our app a structure: Create folders to better structure the codes Create a few folders inside the lib folder so that we can organize codes efficiently. 👉 screens folder: all the w...39 readsFlutter
Ajayi Olumide Brownajayioluwamide.hashnode.dev·Aug 9, 2022Flutter & Firebase App TutorialCreate a flutter authenticate app in 10 mins by using firebase as the back-end. This Flutter tutorial is for beginners to build an app step by step with Firebase authenticate feature. Nowadays, many apps need to run on multiple platforms, like iOS, ...75 readsFlutter
Sagar Sharmamrhanji.hashnode.dev·Jun 13, 2022Facebook Login in Flutter With Firebase AuthStep 0: Create a Firebase Project and put facebook credentials on their Step 1: packages firebase_core: firebase_auth: google_sign_in: Step 2: goto: android/app/build.gradle and add these dependencies apply plugin: 'com.google.gms.google-ser...1 like·170 readsFacebook