-
Notifications
You must be signed in to change notification settings - Fork 53
HTTPS Callable cloud-functions #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey! I'm not the maintainer, just someone trying to solve a similar problem. I agree this would be awesome to have, but for now I've found some nice workarounds you could try: As I understand, the advantage to using callable functions is that it validates the auth token from Firebase auth and parses your json payload into an object.
EDIT July 2022: This isn't true anymore, you can use json serialized functions and headers at the same time :) See this answer for more details |
Hey there @mtwichel do you happen to remember where that example was? |
Weird that my link didn't work on my comment originally. Here it is: https://github.com/GoogleCloudPlatform/functions-framework-dart/tree/main/examples/json |
Awesome project! I'm really impress, I'm looking something like this around 3 years. I'll try to use this package in a large production project. But I'm have some questions:
Thanks for the attention.
The text was updated successfully, but these errors were encountered: