About user profiles

I’m creating a very simple app.
I made the app’s sign-in setting “Public with Email”.

I don’t need to collect users’ data, such as users’ real email address, name, and so on.
On top of that, I don’t need to create function to make users enter or edit their name, Email address and image as profile.

In this case, is the setting of user profile table still necessary?
My app doesn’t need to be user-specific, except for stopwatch component.

Thank you very much.

Yes, if users will be signing in to your App, then you should configure User Profiles, even if you don’t use the User Profile data anywhere.

1 Like

That was easier than I thought.
Thank you so much.

1 Like

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