Dear all,
I am using Windows 11 VS Code to create the Flutter app to login using Appwrite OAuth to sign Google account. When I tested it on Andriod emulator, it goes to the blank screen after I login google account. I have updated the information on C:...\android\app\src\main\AndroidManifest.xml. Please see the attached screen dump.
Does anyone what is wrong on AndroidManifest.xml?
Because It is worked when I run the Flutter Web. It is successfully to sign in Google account and redirect to the Success URL. Here is the code for your reference.
.createOAuth2Session(
provider: provider,
failure: kIsWeb ? '${location?.origin}' : null,
success: kIsWeb ? '${location?.origin}' : null,
)```
BTW, I have another question for the Flutter Web on this Appwrite OAuth sign on. Is it possible to use the same browser tab to login Google account? When I click the Google Sign in button, it launches a new Windows of Chrome browser. Once it is successfully signed in, it redirect to web home page but it has 2 tabs of my web site.
Regards
Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...