shimmyOriginal post
Rank 1: Thread
Hey, I have a Flutter app running on an iOS simulator. I have the same project self-hosted and in the cloud. After creating an OAuth session with Google, I create a document. When I try to read it, I can do so on the self-hosted version, but in the cloud, I receive a 'user_unauthorized' error. It's exactly the same project, and the collection has the same permissions.
Summary
Issue: 'user_unauthorized' error in Cloud Environment for Flutter app.
- Check Permissions & Document security in Database Collection.
- Look for Document Level Permissions.
- Ensure consistency between self-hosted and cloud project settings.
Solution: Investigate and adjust permissions and document security settings in the Cloud Environment to resolve the 'user_unauthorized' error for reading documents.