How to handle DB users

Viewing 1 reply thread
  • Author
    Posts
  • July 8, 2022 at 5:15 AM #47588

    Lars Mathiasen
    Participant

    Hello. I am new to TF. I have made a training app using iCloud for DB sync. Now I want to migrate it to a cloud solution like IBM or Apache DB. However, I do not get how to manage users in TF and external DB’s. Are there some man-pages or some videos on the topic so users can have private forms and share forms like premade information?

    My model is to have users add them-selves on a logon/register page I make in HTML. They buy TF for iOS and get access to training descriptions, recipes and training log.

    July 8, 2022 at 9:59 PM #47589

    Brendan
    Keymaster

    Hi Lars,

    There aren’t really users in Tap Forms. It’s not a client/server database application like some other database engines. It’s designed to let you sync data from one device to another using your own sync credentials, whether that by iCloud, IBM Cloudant, or Apache CouchDB.

    If you wanted to sync with different users, you could setup a CouchDB database:

    https://www.tapforms.com/help-mac/5.3/en/topic/apache

    … and setup different users there to sync with a specific document. You could enable access controls to prevent anyone from modifying the database via the Tap Forms application who shouldn’t. But it wouldn’t prevent them from editing the database file directly and having that information sync to other users copies of that document in Tap Forms.

    Thanks,

    Brendan

Viewing 1 reply thread

You must be logged in to reply to this topic.