All Questions
1
question
0
votes
2
answers
429
views
How do I use Firebase AppCheck with httpsCallable functions?
I'm using firebase functions like so...
exports.sendLicenseAgain = onCall({
enforceAppCheck: true,
consumeAppCheckToken: true,
}, async (req) => {
...
})
and i have this in my angular 17 ...