Can we make leaderboard with the firebase?

Greeting to all and can i make leaderboard with the firebase and is it possible then how to do it ??please explain

Firebase provides a database system which let you read and write to an online storage. Obviously, synchronizing data is all you really need to make a leaderboard. However, it is up to you to build it.
Most of the time, there isn’t any step by step instruction or guide to do what you want. If you need one to do anything, well you won’t be going very far I am afraid. You can check out the firebase example which showcases how you can put and get data from Firebase Cloud Firestore, and from there you should be able to figure out some logic to synchronize player scores and display the highest ones.

I agree with u, I could not find tutorial on local multiplayer :confused: