Hi all,
Literally brand new to AppGyver, but have built and deployed my app through AppSheet, which is being used daily to run the business.
I am looking to move across to AppGyver because of the additional freedoms and functionality it appears to offer, but I am concerned that I have stumbled at the first hurdle.
My app requires always-online access to a database (for those that use AppSheet, they will know this is a spreadsheet) and will force an update each time an action is saved.
I am hoping to retain this functionality, as multiple users will be using the app at once, but my code experience is limited and I am struggling to wrap my head around the best way to connect and construct my database.
Do you suggest Firebase storage? Realtime Database? Or is there a less obtuse way of getting access to our data?