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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...