firestore-revenuecat-purchases
firestore-revenuecat-purchases copied to clipboard
RevenueCat firebase extension is set up correctly, on RevenueCat it shows that events are being sent to firebase, however they are not being written on Firestore.
Hi! I'm seeing multiple runs of a Google Cloud Function created by RevenueCat Extension. 1. RevenueCat Integration creates a Google Cloud function 2. Min instances for it is 0 3....
Cloud Functions (2nd gen) is Google Cloud's next-generation Functions-as-a-Service offering. Built on Cloud Run and Eventarc, Cloud Functions (2nd gen) brings enhanced infrastructure and broader event coverage to Cloud Functions,...
One a subscription expires, should the extension remove the "revenueCatEntitlements" from the firebase auth user's custom claims?
I followed steps 1-4 at Extensions Marketplace by Firebase (https://extensions.dev/extensions/revenuecat/firestore-revenuecat-purchases). In step 4, it says that I can test the extension locally with firebase emulator. Could you please help me...
We just installed RevenueCat's firestore extension, and while everything works perfectly, it is not storing customer details inside our existing users sub-collection - /users//purchaser-info
Why you are calling `set` and `update` both with same data at same level? https://github.com/RevenueCat/firestore-revenuecat-purchases/blob/0594e0d52d0d66f75f3a4e992d31f6a1b90c7d84/functions/src/index.ts#L71-L72
We just added a new entitlement to an existing product (and kept the old entitlement on it as well). Inside RevenueCat it shows the users that are subscribed to this...
I just installed your extension and stumbled across this bug It tells me to add new firestore rules ``` rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /users/{app_user_id}/purchaser-info/{uid}...
Hey, I have the extension setup. Really excited to use this data in our analytics and provide some auditability to our system! Thank you so much y'all. Just noticed a...