Skip to content

A simple app demonstration the use of firebase in cordova phone gap.

Notifications You must be signed in to change notification settings

SamerDiab/cordova-phonegap-firebase-demo-app

Repository files navigation

Onlemma Draft Version

This project is demonstrating the use of firebase with cordova phone gap. The following operations are handeled through the app:

  1. User Registration.
  2. User Login.
  3. Remember me feature.
  4. Create a new order (Write Operation).
  5. Delete a order (Delete Operation).
  6. Load all orders (Read Operation).
  7. Update name (Update Operation).

The current flow of the app is as follows.

1.Splash screen(index.html)
2.Home Screen(HomeScreen.html)
  2.a. If user has no orders, a text box will display that.
  2.b. If user has orders, they will be loaded into a jquery listview.
  2.c. If user clicks on the menu, Log out and profile buttons will be displayed.
  2.d. If user clicks on new order, a redirection to the new order page will be prompted.
  2.e. If user clicks on the order, a refirection to the order details page will be prompted.
3.Create a new order(NewOrder.html)
   3.a. When user creates a new order, a redirection will be propmted to section 2.
4.Profile page (Profile.html)
5.Order Details.(OrderDetails.html)
  5.a. User clicks delete order, a redirection will be prompted to section 2.

To notify about issues, please use the issue tracker. Thank you!

About

A simple app demonstration the use of firebase in cordova phone gap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published