When purchasing a non consumable product through Unity-API its shared among all google play accounts

Hi.
My game has a non consumable product and it uses google play authentication via firebase…
Every google play account is associated with a firebase database entry to save the profile.

When I buy the product it’s saved into a firebase database but at the same time when I switch to another google play account I can’t buy it again it says : “You already own this item”.

How do I make the purchases independent for each google play account ?

1 Like

The purchase is securely associated with the person currently logged into the Play Store on the device. Some Android devices allow you to switch accounts on the device, others require a full phone reset, for security.