Hey folks!
I have a Firebase setup where I have multiple Firestores in one project. I have enabled RevenueCat’s Firebase extension, but I’m not seeing the events being written to the DB. I presume this is due to the fact that I have multiple of these DBs.
Handler function is being called but erroring with this below:
FAILED_PRECONDITION: The Cloud Firestore API is not available for Firestore in Datastore Mode database projects/{my_project}/databases/(default).
I’m not using the (default) DB to begin with. Is there any way to pass in my DB name here somehow?