0

I'm working on a flutter app that doesn't require an email or password to sign in, it only requires the user to enter his name my question is, how can I deal with the user data and use his user id without firebase authentication?

is that possible?

1
  • Yes, you can save your all users in Cloud Firestore or Firebase Realtime Database Commented Feb 16, 2022 at 13:37

1 Answer 1

3

If you want to be able to identify a user without requiring the to enter credentials, consider using Firebase's anonymous authentication. You can then store data in your database associated with that anonymous user's UID.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.