- Is there a way how users can add a event on my app?(creating a data base?) if is possible, how would work?
- It is possible to send a push notification to a range of users depending of their location ?how would work?
Hello Andre!
Yes it is possible.
You need to add to your app data base collection "Users" - field "Location" and record user data ( you should inform users about this record).
You can also analyze this collection in the server script, that will send a push. Using field "Location" you can range users.
Is there a cheat sheet for this???~
Hello,
Here is an example of retrieving users from collection with Server Code based on their remoteness:
http://devcenter.appery.io/tutorials/...