Can anyone help me out to connect my android app with OAuth2 authentication with google for my appwrite project. I can't get the client secret from the google developer console for my android app.
On your Google cloud console, you need to select 'web application' irrespective of the platform you are building on, this would fetch you client secret and app id
Not working...
What's the problem?
Recommended threads
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- Transactions from Android Kotlin client ...
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, an...