Tag: Firebase
Firebase is a subset of Google Cloud with a different user experience. All articles that are tagged with Firebase on QuickCoder can be found here.
Want to learn about Firebase quickly? Check out my free email course on Firebase fundamentals, and grab your copy of my Firebase ebooks.
-
How To Implement Double Opt-In With Firebase and Flutter
Learn how to implement a double opt-in process with Firebase Authentication and my demo application. With a few lines of code and a bit of configuration, you can implement an email verification process of your users.
-
How To Monitor Your Mobile Apps With Firebase Crashlytics
Learn why your apps crash and why you get complaints from users. Here is how to monitor your mobile apps with Firebase Crashlytics. Get crash trends, grouped issues, exception types and messages, source code location, stack traces, device types, and much more!
-
How To Backup Your Cloud Firestore Database
Backups are underrated … until you really need them. So here is how to backup your Cloud Firestore database. Forget about external tools or self-written Cloud Functions and use the provided tools instead!
-
How To Use Firebase Cloud Firestore With A Flutter App
In this article, I guide you through the setup steps for Cloud Firestore and show you how to use Firebase Cloud Firestore with a Flutter app. We take a look at CRUD operations, security rules, and some pitfalls to avoid.
-
How I Created An Instagram Clone With Flutter And Firebase
Learn how I created an Instagram clone with Flutter and Firebase. Fun fact: Creating the UI took the most time! However, it was really easy overall. Here is a deep dive for you!
-
Choose the Best Data Storage Solution for Your Flutter App
Learn how to choose the best data storage solution for your Flutter app between local storage, secure storage, or a cloud database. With this guide, they won’t be any open questions about what’s the correct approach for your app!
-
How To Send Push Notifications With Firebase
Using Firebase Cloud Messaging and Firebase Cloud Functions we can achieve this. Learn how to send push notifications with Firebase. This vital feature needs to be part of every app in today’s world!
-
How To Use Flutter Image Picker And Firebase Storage
Let’s have a look at how to use Flutter image picker and Firebase storage to save your images in the cloud. Create device-independent apps so that your users can always access their data!
-
How To Enable Firestore Cache In Flutter Web Apps
Reduce database load and add offline capabilities to your apps. Here is how to enable Firestore cache in Flutter web apps. If you target Android or iOS, caching is enabled by default!
-
How To Secure Your Firebase Backend With App Check
Here is how how to secure your Firebase backend with App Check. I’ll demonstrate the setup with a Flutter app. Don’t let intruders make your bill go crazy!
-
How To Easily Use Firebase Storage From Your Flutter App
In this article, I’ll show you how to easily use Firebase Storage from your Flutter app to read and write data. Make your app cloud-ready with this guide!
-
How To Control Apps With Firebase Remote Config
Here is how to control apps with Firebase Remote Config without the need to release a new update for your apps. You can also do A/B testing and create feature flags with this service!
-
How To Add New Firebase Features With Extensions
Firebase allows installing various extensions to further increase functionality. Here is how to add new Firebase features with extensions. Instead of writing everything from scratch, you can pay some cents and use a plug and play extension from Firebase!
-
How To Host Your Flutter Web App With Firebase Hosting
Here is how to host your Flutter web app with Firebase Hosting. This article guides you through all the steps needed. This service is free of charge!
-
How To Work With Firebase Cloud Functions In Flutter Apps
In this article, I will demonstrate how to work with Firebase Cloud Functions in Flutter apps in the most simple way. This is your entry into the world of cloud computing!
-
How To Use Firebase Authentication In Your Flutter App
Here is how to use Firebase Authentication in your Flutter app to authenicate your users without any effort. Don’t bother building your own authentication service and use this proven service instead!
-
How To Create A Firebase Project And Link It With Your Flutter App
Firebase is the perfect choice to add cloud capabilities to your apps. Here is how to create a Firebase project and link it with your Flutter app. Start your Firebase journey with this guide!
-
How To Log In From A Flutter Web App With A Microsoft Account
Microsoft is a big player in the enterprise environment. So here is how to log in from a Flutter Web App with a Microsoft organization account. Once the setup is complete, it works flawlessly!
-
How To Fix Firebase Hosting Errors When Using Automatic Deployment With GitHub
Fix a pipeline error with status code 403 and the message “Resource not accessible by integration”
-
How To Connect Data Between Different Firebase Services
Connect data between different Firebase services that belongs together with this simple idea!