Hello, I have noticed that whenever I import a Google Cloud project into Firebase (generally using Blaze billing) there is a new "topic" created in GCP PubSub called "repository-changes.default"
Can anyone comment on what this topic is? By default, this topic has no subscribers. I setup a test subscriber to this topic and tried to change data in the Firebase Database, but no messages were sent to the topic. Likewise for changes made to a file in Firebase Storage.
While at Google IO, I was told that certain parts of the new Firebase are build on top of Cloud PubSub, so I was hoping that we would be able to subscribe to a GCP PubSub topic in order to get messages related to Database changes. Anybody have any pointers or thoughts here?
Thanks!
david