I need to access my FireBase Database via HTTP and I don't know what should I insert in scope
field of the JWT claim set. In the docs, it reads "scope: A space-delimited list of the permissions that the application requests."
The path to my Database in Firebase is like https://console.firebase.google.com/project/fir-19f8e/database/data
Is this what I should enter in scope?
let jwtClaimSet =
["iss":"firebase-adminsdk-c7i12345@fir-30c9e.iam.gserviceaccount.com",
"scope":"",
"aud": "https://www.googleapis.com/oauth2/v4/token",
"exp": "",
"iat": ""]