Database.database(url:). Everything else (observers, writes, queries) works without changes.
Setup
Add Firebase Realtime Database via Swift Package Manager or CocoaPods:Connect to Lark
Pass your Lark URL when getting the database instance:GoogleService-Info.plist already has the DATABASE_URL field, you can update it there instead and use Database.database() without arguments.

