Journal

Tag

#firebase

Migrating from Firebase to Supabase in React Native: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Guides 6 min read

Migrating from Firebase to Supabase in React Native

A data-layer migration, not a UI rewrite: Firestore documents become normalized Postgres tables, Security Rules become audited RLS, and supabase-js replaces the SDK.

Lawrence Arya · June 7, 2026
Letting AI Do the Entire Firebase Integration: Almost: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Workflows 5 min read

Letting AI Do the Entire Firebase Integration: Almost

What AI agents do well in a Firebase integration and the three human gates: security rules, data modeling for queries, and the read-cost surfaces agents ignore.

Lawrence Arya · June 5, 2026
How to Escape FlutterFlow and Firebase Limits Cleanly: the App Store logo on a glass tile over a blue gradient with bubbles
Workflows 5 min read

How to Escape FlutterFlow and Firebase Limits Cleanly

When FlutterFlow and Firebase limits bite (document caps, array configs, query ceilings), the escape paths: rebuild the front end, migrate to Postgres, or both.

Lawrence Arya · June 4, 2026
Is FlutterFlow Secure Enough for Client Apps in 2026?: a glossy App Store icon on a blue, pink and orange gradient with bubbles
Guides 6 min read

Is FlutterFlow Secure Enough for Client Apps in 2026?

Is FlutterFlow secure enough for client apps? It can be, if you configure Firebase rules, keep secrets off the client, and run a real review before you ship.

Lawrence Arya · June 2, 2026
Firebase Auth Not Working in Rork? Here's the Fix: the App Store logo as a frosted glass icon on a pink and blue gradient with bubbles
Guides 5 min read

Firebase Auth Not Working in Rork? Here's the Fix

Firebase Auth failing in your Rork app? It is almost always config, the Firebase setup, init, or redirect, not your code. Here are the causes and fixes.

Lawrence Arya · June 1, 2026
Firebase iOS Auth Login With Dark Mode (Free SwiftUI): the App Store logo as a glossy glass icon on a purple and blue gradient with floating bubbles
Guides 4 min read

Firebase iOS Auth Login With Dark Mode (Free SwiftUI)

Build a Firebase auth login screen in SwiftUI with proper dark mode: email, social sign-in, and Sign in with Apple, from a free VP0 design.

Lawrence Arya · May 31, 2026
Raw Firebase Auth in SwiftUI Without the SDK: a reflective 3D App Store icon on a blue and purple gradient
Guides 4 min read

Raw Firebase Auth in SwiftUI Without the SDK

Use Firebase Authentication in SwiftUI via its REST API, no SDK: lighter app, fewer dependencies, and full control, from a free VP0 design.

Lawrence Arya · May 31, 2026