Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/demo-apps-example-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For example implementations and details of common use cases, see [Use Case Examp

**Node.js Custom Backend:**

* [To-Do List App](https://github.com/powersync-ja/powersync-flutter-firebase-nodejs-todolist-demo)
* [To-Do List App](https://github.com/powersync-ja/powersync.dart/tree/main/demos/firebase-nodejs-todolist)

* Corresponding backend demo: [Node.js Backend for To-Do List App, with Firebase Auth](https://github.com/powersync-ja/powersync-nodejs-firebase-backend-todolist-demo) (also linked below)

Expand Down Expand Up @@ -121,7 +121,7 @@ For example implementations and details of common use cases, see [Use Case Examp

* [Node.js Backend for To-Do List App, with Firebase Auth](https://github.com/powersync-ja/powersync-nodejs-firebase-backend-todolist-demo)

* Corresponding front-end demo app: Flutter [To-Do List App](https://github.com/powersync-ja/powersync-flutter-firebase-nodejs-todolist-demo) (also linked above)
* Corresponding front-end demo app: Flutter [To-Do List App](https://github.com/powersync-ja/powersync.dart/tree/main/demos/firebase-nodejs-todolist) (also linked above)

* [Rails Backend for GoToFun App](https://github.com/powersync-ja/powersync-rails-flutter-demo/tree/main/gotofun-backend)

Expand Down
Loading