Alexander Nohe
Alexander Nohe
Error: Cannot find module '/app/node_modules/ghost/core/server/adapters/storage/gcloud is what I am getting as the error message
@a-wallen - what proto are you using? I think you want document written event from here: https://github.com/googleapis/google-cloudevents/blob/main/proto%2Fgoogle%2Fevents%2Fcloud%2Ffirestore%2Fv1%2Fevents.proto Have you checked the cloud run headers received to verify the correct proto...
@a-wallen - What event are you using in eventarc / cloudrun? I used [google.cloud.firestore.document.v1.written](https://cloud.google.com/eventarc/docs/reference/supported-events#:~:text=v1.updated.withAuthContext-,google.cloud.firestore.document.v1.written,-google.cloud.firestore) event in mine and when I deserialize the body to a proto it works. Is there...
@a-wallen - To me, it looks like the issue is the event type. I remember having issues with that event and switched to the one I referenced in my above...
@a-wallen - Sorry, I am unfamiliar with using Postman for debugging. I would double check that you are sending the right headers and that you are sending the raw binary...
@HYACCCINT - Can you re-review to verify the merge conflict?
Do you happen to be using ARCore in your apps? We recently fixed an issue in the App Check SDK (v19.1.0) where ARCore was attempting to initialize App check instead...
@jostster > > Do you happen to be using ARCore in your apps? We recently fixed an issue in the App Check SDK (v19.1.0) where ARCore was attempting to initialize...
@minlite - I updated my comment above. It could be that other libraries that use Crashlytics or other firebase features which may cause App check to attempt to initialize with...
We should likely document that callable functions should not be used when exchanging attestation tokens for app check tokens or we should add in some checks that getToken can do...