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
Getting tucked at appwrite login, since appwrite has cloud version, the server step should be https://cloud.appwrite.io/v1 instead of http://localhost/v1
If account is linked to github, we should create new password by visit /account and put same password to old and new inputs
Summary
Getting started with Appwrite functions to compare the features with Firebase, if things go well, we can replace Firebase Functions with Appwrite
Install Appwrite CLI
Try the function template , fork the node/starter example
appwrite login
, since appwrite has cloud version, the server step should behttps://cloud.appwrite.io/v1
instead ofhttp://localhost/v1
Local development support
#5425
Real example
Steps:
main.js
to common js syntaxlog
anderror
to mock server to comply with new syntax of ContextInit project
appwrite init project
appwrite init function
: this will create afunctions
folder with /src inside, I guess we may need to copy the source from template to thisDeploy function
appwrite deploy function
: not found on cloud console, had to connect to git repo manuallyAppwrite v Firebase
error
as error value in catch()Reference
N/A
The text was updated successfully, but these errors were encountered: