FirebaseDatabase.getInstance(). Everything else (listeners, writes, queries) works without changes.
Setup
Add the Realtime Database dependency to your module’sbuild.gradle:
Connect to Lark
Pass your Lark URL when getting the database instance:google-services.json already has the databaseURL field, you can update it there instead and use FirebaseDatabase.getInstance() without arguments.

