Published inoddbitBuilding an AI ghostwriter with Firebase App hosting and genkitAt Oddbit we built a self hosted CMS with a built-in AI ghostwriter that can help you generate articles in your own writing style. It…Sep 301Sep 301
Published inoddbitFirebase projects with NX monorepoAt Oddbit, we work with Nx monorepo for our Firebase projects. Using Nx has been straightforward; there’s no need for special consideration…Sep 23Sep 23
Published inoddbitConfiguring 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…Sep 19Sep 19
Published inoddbitHow 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
Published inoddbitBacking 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
Published inoddbitPublishing 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
Published inoddbitAggregate 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
Published inoddbitCreate 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
Published inoddbitHow 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
Published inoddbitOn 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