I already cleaned and rebuilt the flutter app as well
Do you use a physical device or an emulator? in emulator causes these problems
both
both still occur this problem
helpme with the variable appwriteCallback
appwrite-callback-64c8dfe**0efd228047
this is my callback
I put the appwriteCallback variable in this 3 flavor see at the manifestPlaceholders
is this a consider a bug on cloud side? @Steven
nope. it works fine for others
I will going to back to this topic I will postponed this issue hehhehehe
a video or image of how the screen looks could also help
If you set the credentials to console.cloud.google.com?
i would expect some sort of error if something in appwrite or google was configured incorrectly π§
correct but gives few details to know the cause
i think your project id is wrong here
this is the gmail account actually succefully created but yeah callback is still my problem
yes...the production one looks wrong
ah nvm. it's really hard to try and match the project ids up with screenshots π
this was wrong...
can you maybe share a recording of what's going on in the app?
I understand the issue now. After I gave my friend the APK for testing, he reported that there were no bugs and the callbacks were correctly being redirected to his phone. This suggests that the problem might be with my physical device. The device I'm using is relatively old and operates on version 8.1.0, which could be the source of the issues I've been encountering. π
However, I am using the google_sign_in package before actually they use a native one like no need to go in browser, and this actually work fine if we have a native sign in for google
https://github.com/moshOntong-IT/appwrite_oath
I just create another repo for testing purposes heheh
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...