FirebaseDatabase.instanceFor(). Everything else (listeners, writes, queries) works without changes.
Setup
Add the Realtime Database plugin to yourpubspec.yaml:
Connect to Lark
Pass your Lark URL when getting the database instance:firebase_options.dart (generated by FlutterFire CLI) already has the databaseURL, you can update it there instead and use FirebaseDatabase.instance directly.

