flutter_firebase_chat_core
flutter_firebase_chat_core copied to clipboard
Can anyone help with a rules of storage for the project firebase_chat_core instead of just using the default rules?
I ran into this problem when I ran the code for example : "“[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: [firebase_storage/unauthorized] User is not authorized to perform the desired action.”"
This must be in your firebase security rules, try looking in the rules for something like storage, there must be some ban for those who are not logged in
I am using the security rules from the docs: https://docs.flyer.chat/flutter/firebase/firebase-rules And I am getting the same error.
these rules are for the database, not storage. Storage is a different topic not covered in this package.