alperefesahin/flutter_social_chat

Not Authenticated user problem, create an exception

Closed this issue · 2 comments

throw Exception("aa") is temporary problem for now.

it changed as throw Exception("Not authenticated")

decided to close this issue because if the user is not authenticated, then logically the user can not login to the app, and can not see this exception. So, there should be an exception for development purposes, and that's it for now.