Dennis AlundConfiguring Firebase App Hosting with Google Secrets ManagerWhen deploying your app to Firebase App Hosting, the build process is automatically handled by Google Cloud Build. While this makes…4h ago4h ago
Dennis AlundHow to Keep Your Custom Claims in Sync with Roles Stored in FirestoreA common question I often encounter, is how to maintain consistency between custom claims in Firebase Auth and role assignments stored in…Apr 19Apr 19
Dennis AlundBacking up Firebase project with Github ActionsBackups are really useless most of the time… until something goes wrong and you really need one.Apr 25, 2020Apr 25, 2020
Dennis AlundPublishing Dart Packages with Github ActionsA tuturial that will get you started with automated publishing of Dart packages to the pub.dev package repository in less than 3 minutes.Oct 11, 20194Oct 11, 20194
Dennis AlundAggregate thousands of inputs per second with FirebaseSo, it’s about time we deal with this topic. It’s been a while since the first time I wrote about data aggregation with Firebase and since…Oct 11, 20189Oct 11, 20189
Dennis AlundCreate user data for new Firebase auth accountsThis Firebase kindling will describe a simple recipe for creating a user profile document and upload a profile picture upon new account…Jan 24, 2018Jan 24, 2018
Fery SyukurMembangun Aplikasi Mobile Menggunakan Flutter (1)Ada banyak cara untuk membuat sebuah aplikasi mobile, namun sering kali kita dihadapkan untuk membuat aplikasi dengan peforma yang baik dan…Jan 19, 2018Jan 19, 2018
Dennis AlundHow to do scheduling with cloud functions for FirebaseThis is a straight forward article on how to get started with running scheduled tasks with #Firebase. There is actually no built in support…Dec 7, 20172Dec 7, 20172
Dennis AlundOn collision course with Cloud FirestoreIn Cloud Firestore, you can only update a single document about once per second, which might be too low for some high-traffic applications.Oct 25, 20176Oct 25, 20176
Dennis AlundPorting your regular Express app to Firebase cloud functions in 5 minutesDisclaimer: hyperbolic statements and over ambitious time estimations might occur. Real time to implement may vary. Awesomeness is…Sep 26, 2017Sep 26, 2017