
I'm trying to add google auth to my flutter app but I'm facing this error and I'm not able to find the solution anywhere
I don't think there is any problem with the code since it is redirecting to this page but maybe with Google Console

Google requiring you o provide a top private domain when using OAuth.
The best solution in your case would be to create some host for your IP Then add it to your Google OAuth consent screen.
And using mobile phone can make it a bit tricky if you're using you local environment. There are few solution but each is more complex the the previous one.
From what I can see your best option would be:
- Move it to some online server with Domain.
- Use Cloudflare tunnel for free and point an outside real domain to your local instance of Appwrite

P.s. You can use this answer https://stackoverflow.com/questions/41139087/i-cant-edit-android-emulators-host-file#answer-41144234 to edit the hosts file in your emulator.
Recommended threads
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
- My organization deleted, how??
Getting error mesasges and I can't find my organization.
