How to get data from realtime database in godot

I use plugin Godot Firebase 4.0 by GodotNutsOrg
Please help! Very urgently needed!

Filter
this?

yeah some actually show how to do it by using this plugin, different than you used right now

the video

Firebase.Database.get_database_reference(“leaderboard”, { FirebaseDatabaseReference.LIMIT_TO_LAST : 10})

That I get
image

i think this one is correct one

based on what i see, it should return the data in like a JSON type, try print(data) after the await