• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Both Universal and User Accounts
#2
Hi Pebah,

Have you considered solving this with your data model instead?

The universal account can be replaced by a table. You can have a "universal" table that will store the text and other data the users will see.

The user account can be managed by the cdbUsers table. You can added keys to the users table for the user's personal data, like a "bookmarks" key. After a user signs in, you can use function cdb_readUsersByEmail(pEmail) to get their user record and access their personal data from there.

- Efrain
  Reply


Messages In This Thread
Both Universal and User Accounts - by Pebah - 07-20-2020, 04:20 AM
RE: Both Universal and User Accounts - by efrain.c - 07-20-2020, 07:54 PM
RE: Both Universal and User Accounts - by Pebah - 07-20-2020, 08:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)