-
Notifications
You must be signed in to change notification settings - Fork 4.4k
📚 Documentation: Function Development Docs has Incorrect Dart Syntax for Environment Variables #6275
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
Comments
@abnegate @sammichael25 |
@Kgkunal, assigned! Thanks for your interest! 🙏🏼 |
@Kgkunal, how's your progress on this? |
@stnguyen90 Trying to setup locally , almost done. its my first try thats why taking time. am trying to understand folder structure and how these pages rendered on website. |
@Kgkunal, FYI, you won't be able to render it locally as the Appwrite website is what renders that, but that's not open source. |
@Kgkunal, the docs have been moved to https://github.com/appwrite/website. When do you think you'll be able to submit a PR for the fix? |
Unassigning due to inactivity |
💭 Description
The dart example code at the undermentioned sections of https://appwrite.io/docs/functions-develop#dependencies needs to be updated from process.env.KEY to Platform.environment['KEY']
Sections:
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: