
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
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
- 500 Internal Error when Project is opene...After migrating from 1.6.1 to 1.7.4 I noticed this strange behaviour: When I open a project in a separate tab I get a 500 internal error. However, then I simpl... 
- CORS error only on tables db api After u...I've recently updated my self hosted appwrite instance to the 1.8.0 and updated my frontend with the tables db apis but strangely, even if I'm able to log in, g... 
