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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...