
Hi. New to AppWrite, looking to replace Firebase in app.
Got past the "appwrite login" bug where you add the --endpoint flag and got it to work.
Next: Trying to get your Todo app to work - https://github.com/appwrite/demo-todo-with-flutter
I was unable to get it to work, here is what I ran into. When/if you can resolve these issues (or help me if I screened up) i'll restart my Appwrite eval.
Step 3 says "appwrite deploy collections". When you try that, the CLI says use 'appwrite push' instead which is fine but I'm not sure what the next steps are from there and also it seems like this step is somehow out of order because at this point I don't have any Appwrite code/folder on my computer - that doesn't happen until the following step as described in the README.
Later on in the readme, under "run locally" it says "Make lib/constant.dart using lib/constants.dart.example as a template." It wasn't clear to me what needs to get done here. Do I need to create a DB in the web portal first? Create a collection first?
Bottom line: If you could give me explicit steps for a noob to get the demo todo app to work on flutter, I should be off to the races and think it would help other people too if you can update the README accordingly to indicate precise steps to get it to work on the CLI and also what (if any) steps need to happen in your web console.
Thanks Tim PS - In case you track use cases: Flutter PWA offline-first web app, ideally safari compatible, where you can control what is cached (forced saved) locally on the device. I will be coming from Firebase which is soooo close but you can't launch a firebase based web app offline on safari (you can on chrome) and on all browsers you can't force save/cached items on the device - in other words, you have no control over what is cached from firebase on the device and what is not.
Recommended threads
- "Memberships privacy" setting in 1.7.4
Hi everyone, I'm experiencing an issue with a clean self-hosted installation of Appwrite version 1.7.4. I previously used version 1.6.1, and if I remember corre...
- Struggling with Sessions
Understanding check: createAnonymousSession() registers the session with the backend setSession() creates a cookie on the user’s computer(?) getSession(‘curr...
- MCP and VSCode Docs
I like your tools, but would like to set up Copilot in VSCode, but these docs don't offer that guide. Did I miss something? https://appwrite.io/docs/tooling/mcp
