My Bybit Web application is sending this payload to Your subsystem (GCP) API
This is a payload cut of from one of the requests performed:
appId: "1:344617950877:web:5097aad89202926d747e74"
authVersion: "FIS_v2"
fid: "ebbatC3KdgWSWqzXntcYIl"
sdkVersion: "w:0.6.4"
and this payload comes from calling this requests:
https://firebaseinstallations.googleapis.com/v1/projects/bybit-web-push/installations
but the application gets 403 as a response. Could you please check this for me?I cannot access one of my functionalities (when being logged into Bybit).
Thanks for you support,
Marcin
Hi @teldasoft,
Welcome to the Google Cloud community!
About the 403 error you mentioned, is the error message related to FirebaseError
explaining that a permission is denied in your app from accessing an API (firebaseinstallations.googleapis.com)?
It seems like your web app is perhaps utilizing a Firebase service, or calling a Firebase Installation API to obtain an installation auth token.
If so, could you verify if this solution from Stack Overflow post is applicable for you? The possible solution that may remove the 403 error could be done through these steps:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.