Plss help me to build number sharing application

I want to make an app which sends number that means just suppose user A sends 10 from his app to user B and also suppose user S has 100 number already in his app , when A sends it becomes 110 in B’s app and vice versa.

Example

Before sharing

         A                    B
        100                100
       Send               send

After sharing 10

         A                    B
         90                 110

Use firebase database with key of userid and value of the number.

When you want to transfer,

  1. read user A balance
  2. update user A balance - decrement some amount
  3. read user B balance
  4. update user B balance - increment some amount

Plss helpme give me the blocks
Ihave no idea iam a beginner

1 Like

Continuing here How do I create an app like user can share points to another user - MIT App Inventor Help - MIT App Inventor Community

Iwant an app like simple users points share one user to another
Like this
I want to make an app which sends points that means just suppose user A sends 10 from his app to user B and also suppose user S has 40 number already in his app , when A sends it becomes 50 in B’s app

Did you try it on your own ?

How to impliment user to user point transferring system

You built your app in Kodular and asked here for help. Then you decided to ask in App Inventor

I quit kodular and i choose mit app inventor

and got some good advice there How do I create an app like user can share points to another user - MIT App Inventor Help - MIT App Inventor Community

Now you are back again
It looks like you enjoy people wasting their time.
Good luck.

Taifun