Forma
FB

Auth

Firebase

Auth, Firestore, Storage, FCM and Hosting, FlutterFlow-style.

Connection

Service account JSON

Codegen

Available

Connect in Apps Hub

  1. 1Upload the Firebase project service account JSON.

Capabilities

auth.emailauth.oauth.googledb.documentdb.realtimestorage.filesnotifications.push

Flutter export

When the provider has codegen enabled, Forma adds Dart services, pubspec dependencies and runtime variables to the exported ZIP. Secrets stay in server-side routes; the Flutter client only receives public config or secure endpoints.

Troubleshooting

The health check fails

Re-run Health check from the Inspector. If the error mentions scopes or permissions, create a new credential with the permissions indicated by the wizard.

The export doesn't include Dart services

Confirm the integration is active and that Flutter codegen is available. For DB providers, run Scan before exporting to save resources/schema.

Collections don't appear

Confirm the service account has Firestore permissions and that sample documents exist so the schema can be inferred.