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
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...