Flutter Developer
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.