FirebaseDatabase.GetInstance(). Everything else (listeners, writes, transactions) works without changes.
Setup
Add the Firebase Realtime Database package to your Unity project:- Download the Firebase Unity SDK
- Import
FirebaseDatabase.unitypackagevia Assets > Import Package > Custom Package - Add your
google-services.json(Android) orGoogleService-Info.plist(iOS) to the project
Connect to Lark
Pass your Lark URL when getting the database instance:FirebaseDatabase.DefaultInstance directly.

