Im making an events app using flutter where the events will be updated directly through appwrite, but users will be able to see the events and add them to their device calendar. I currently have this .setSelfSigned(
status: true); // For self signed certificates, only use for development Should i set it false when I release the app? What else would I have to ensure so that it works properly. I made an APK build and the downloaded app works and communicates with the database great , so I was wondering if there was any point to setting it false. Some extra context, users of the app dont have to share any information, no login or any other type information.
Need help with SelfSigned. Should I set it to false?
Recommended threads
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...