Android Subscriptions Code
Last updated
Was this helpful?
Last updated
Was this helpful?
These codes will allow you to acknowledge and verify purchases or subscriptions. There is 1 call for each type of transaction.
androidSubscriptionHandler should be the name you use here
the name used here should match the name used in Step 3 above
This allows any device with your endpoint URL the ability to verify purchases made via your app
Select the function you want to make public. (the function you just created)
Click the Permissions tab.
Click Add Principle
In the Add members field, type allUsers
Select the Cloud Function Invoker role from the Select a role drop-down menu.
Click Add.