I am trying to create an app that queries locations from Firebase Realtime Database.
Searching on the internet I came across this service (GeoFlutterFire) which allows you to store and query a set of keys based on their geographic location. I read it works with Firebase Firestore Database, not with Firebase Realtime Database.
Why is not GeoFire available per Firebase Realtime? Will it be available in the future? is it because Realtime Database is deprecated?
I am asking this because I built an iOS app, now I want to learn Flutter and create an Android version of this app, I want them to share the same database (Firebase Realtime Database).
Thanks