Hey, I was trying appwrite an app for our flutter Project and I was implementing Goole auth. It works perfectly but it shows : "Continue to appwrite.io" instead of my app name.
How to solve this?
You’ll need to set up a custom domain, and then register that domain with Google.
Recommended threads
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...