Do Users Always Need to be Logged In?

Is it a requirement that a user needs to be logged in, in order to perform data operations?

If so, is there any way to fake it?

As part of a game, I’d like someone to be able to:

  • Download the app;
  • Enter a few Player Names;
  • Select at random from among those names for turn taking purposes
  • Clear the names from the database once gameplay is finished, starting fresh next time.

It seems like such operations can only be handled by logged in users, unless I’m doing something wrong…

I managed to get the input form working more or less so that answers the question: No, a user DOESN’T need to be logged in, in order to perform data operations.

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