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
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...