How do I create an app like user can share points to another user

This is a FirebaseDB version of the app, after trying my own conversion and testing.

I had to add extra code because of these differences between Firebase and CloudDB:

  • the Data Changed event does not fire as often as in CloudDB on the default MIT server, so a Refresh button was needed.
  • FirebaseDB requires initialization of a list value before allowing an Append to it.
  • For testing multiple accounts, an Abandon button is needed.

Also, be aware that you'll need to establish your own Firebase server or face daily loss of your free MIT token.



FireBaseDB_points.aia (8.6 KB)

1 Like