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

This post was flagged by the community and is temporarily hidden.

This post was flagged by the community and is temporarily hidden.

This post was flagged by the community and is temporarily hidden.

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

This post was flagged by the community and is temporarily hidden.

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

Please add users to user point system and send to me
This is my aia flie
FirebasePointsSystem.aia (109.2 KB)

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