flutter_firebase_chat_core icon indicating copy to clipboard operation
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?

Open chinecc opened this issue 3 years ago • 3 comments
trafficstars

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.”"

chinecc avatar Apr 26 '22 07:04 chinecc

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

cledilsonwisp avatar Apr 26 '22 19:04 cledilsonwisp

I am using the security rules from the docs: https://docs.flyer.chat/flutter/firebase/firebase-rules And I am getting the same error.

gwbischof avatar Dec 03 '22 22:12 gwbischof

these rules are for the database, not storage. Storage is a different topic not covered in this package.

demchenkoalex avatar Dec 08 '22 22:12 demchenkoalex