You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to allow creating OAuth sessions, the following activity needs to be added inside the `<application>` tag, along side the existing `<activity>` tags in your [AndroidManifest.xml](https://github.com/appwrite/playground-for-flutter/blob/master/android/app/src/main/AndroidManifest.xml).
60
-
Be sure to replace the **[PROJECT_ID]** string with your actual Appwrite project ID.
60
+
Be sure to replace the **<PROJECT_ID>** string with your actual Appwrite project ID.
61
61
You can find your Appwrite project ID in you project settings screen in your Appwrite Console.
62
62
63
63
```xml
@@ -71,7 +71,7 @@ You can find your Appwrite project ID in you project settings screen in your App
0 commit comments