
I have issues with using appwrite's google auth in my expo react native project. It works perfectly in development mode but when I run the preview profile build and installed the apk. Whenever I tried to use the google auth I get the following error message "Error 400 invalid 'success' param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, .appwrite.io, Type general_argument_invalid

OAuth2 for React Native is not fully supported yet. For the latest info, follow: https://github.com/appwrite/sdk-for-react-native/issues/34
Recommended threads
- updatePassword invalid credentials error...
This is my code: ```js const result = await account.updatePassword( newPassword ); ``` This is my error: ``` [AppwriteException: Invalid cr...
- [Error: AppwriteException: User (role: g...
After logging in successfully I am getting this Error. Before I impleamented this helper function: export async function updateUserPassword(oldPassword, newP...
- .setDevKey is not a function
React Native Appwrite doesn't recognize Client.setDevKey
