so i just wanna ask one thing that sometimes if i add some new feature in my app and if it requires any new attribute and i add it and it doesnt work until i delete everything like basically reset but how would i be able to that when the app is in production.
If you add an attribute then the previous docs will be null unless you are adding a list
i didnt quite understand this , could you please elaborate
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- 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...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...