About changing data from only developer's side

I'm going to make an app that needs me to change some data from time to time from my side, but from outside the app and it would be abstract to the users.

I can't think of a way except databases, but I actually don't have the knowledge to manage databases actually.

Could you suggest something to me about how to do the thing ?

  • Either use online databases - firebase/cloudDB/baserow/googlesheets/redis
  • Or use a csv file with updated data that the user's app downloads routinely, and then updates the app's data from within the app
  • Or provide users with an app update (apk)

Ya, I'm actually using your GS Connected extension as a solution to my problem.

Thanks for the great extension.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.