Skip to content

Fix: Updated incorrect path mentioned for updating configuration settings in Android starter guide #1999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amanna13
Copy link

@amanna13 amanna13 commented Jun 6, 2025

What does this PR do?

This PR corrects an inconsistency in the Android SDK setup instructions shown in the Appwrite Console.

Problem

The current instructions direct users to update configuration settings inside the following file: data/repository/AppwriteRepository.kt.
However, the configuration settings have since been refactored and are now located in: constants/AppwriteConfig.kt file. And are referenced inside AppwriteRepository.kt via .setProject(AppwriteConfig.APPWRITE_PROJECT_ID)

Fix

Updated the setup guide to point users to the correct file (AppwriteConfig.kt).

Screenshot: Actual location of all the configuration settings in constants/AppwriteConfig.kt

image

Test Plan

None

Related PRs and Issues

None

Have you read the [Contributing Guidelines on issues]

Yes

I didn’t raise an issue separately since this is a minor fix, but I’m happy to open one if needed.

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jun 6, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-06-06 19:31:34 CET

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jun 6, 2025

The preview deployment is ready. 🟢

Open Preview | Open Build Logs

Last updated at: 2025-06-06 19:31:21 CET

@amanna13 amanna13 changed the title Fix: Correct incorrect path mentioned for updating configuration settings in Android starter guide Fix: Updated incorrect path mentioned for updating configuration settings in Android starter guide Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant