Hello, I am trying to login with Google on a flutter app and the appwrite.io branding appears.
Is this part of the “Non-Removable appwrite branding” in the $0 pricing tier.
And no saved google accounts? Many of my google accounts saved on my device would show up no matter what app I use that utilize google sign in.
No, this is your configuration in google
As for saved accounts, it should use whatever is saved in chrome (assuming you're on Android)
If you want to avoid the appwrite.io part
You can submit the app to Google, but the simple solution would be to make sure you're using Appwrite cloud with a custom domain
Learn more about custom domains 👇 https://appwrite.io/docs/advanced/platform/custom-domains
Thank you, decided to go through with google approval 🙏
Recommended threads
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- 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...