My requirement is sending geofence triggered push notifications to users even if the app is killed or not running at the moment.
For example, a user entered Central Park in New York, I want to send push notifications to that user.
I don't know much about neither native android applications nor about andoid studio and grandle - java things.
In my search I found that Firebase has a Firebase Cloud Messaging Unity Package and also GeoFire repos in github, but can not figure out how they works.
Android studio can export Unity plugins as .jar or .arr where you can call java - kotlin API's. But I can not figure out how to use these and set my locations to these native geofence applications.
Any help would be appreciated.