databaseURL in your Firebase config. Here’s a typical config object. The highlighted line is the only thing you change:
Firebase JS SDK v8
Firebase JS SDK v9 (modular)
Project settings
Before connecting, make sure your Lark project is configured correctly:- Allow Legacy Firebase must be enabled in your Lark project settings. This turns on the Firebase wire protocol.
- If your Firebase app stores many independent data silos under path prefixes (game rooms, workspaces, etc.), see Database routing for options on splitting them into separate Lark databases.

