functions-samples
functions-samples copied to clipboard
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
403 is Forbidden. You wanted to use 401 for Unauthorized.
É chato estudar isso e amanhã a google mudar a sintaxe das libs e eu ter que estudar tudo novamente, acho melhor repensar sobre a cultura das empresas que geram...
### Which sample has a bug? [Create Stripe customers and charge them on Firestore write](https://github.com/firebase/functions-samples/tree/main/stripe) ### How to reproduce the issue 1. Deploy code with node runtime later than node...
### Firebase idToken and Cloud Function Authorization I was looking to this documentation: - https://github.com/firebase/functions-samples/tree/main/authenticated-json-api - https://github.com/firebase/functions-samples/tree/main/authorized-https-endpoint Both documentation are not clear about the following cenario. I have a user...
I am getting this issue when I download the project from git to localhost or server please resolve showing this issue. here is issue require_once(/home/u398081410/domains/estudycentre.com/public_html/ems/system/database/DB.php): failed to open stream: No...
I follow the code to a tee, and it keeps coming back "Error in the token Function: undefined"
### Which sample has a bug? LinkedIn Auth ### How to reproduce the issue Use popup.html and cloud functions as expected, however, due to node-linkedin deprecation, use axios to query...
Firebase Functions seems to strip away any cookies not named '__session'. To get the Instagram sample to work I had to use the `__session` cookie instead of `state` this should...