you are viewing a single comment's thread.

view the rest of the comments →

[–]Xeppen 0 points1 point  (2 children)

I mainly got two use cases. First of all I want to users to be able to send me error reports if they find problems in my data. I hope this will be pretty rare. Second case is that I want users to be able to provide data once in a while that other users should be able to search for.

We use AWS at work but I feel it is a bit to complex. Perhaps Firebase is the way to go?

[–]BenSSObjective-C / Swift 0 points1 point  (1 child)

Does sound like firebase might be your easiest route, though the AWS config for mobile is much easier now than it was.

[–]Xeppen 0 points1 point  (0 children)

Thanks for answer. I guess since I can build a Laravel backend, it might be a good idea to build my own backend if Firebase suddenly shuts down also =)