-
Notifications
You must be signed in to change notification settings - Fork 961
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
Add option to initialize python functions. #5465
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
e1820fb
to
d1a42b2
Compare
fb649ea
to
1fa83d8
Compare
Codecov ReportBase: 56.29% // Head: 56.29% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dl_emulator_timeout #5465 +/- ##
=======================================================
- Coverage 56.29% 56.29% -0.01%
=======================================================
Files 315 315
Lines 21366 21372 +6
Branches 4361 4363 +2
=======================================================
+ Hits 12029 12032 +3
- Misses 8286 8288 +2
- Partials 1051 1052 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
1fa83d8
to
c8d8bbb
Compare
# | ||
# @https.on_request() | ||
# def on_request_example(req: https.Request) -> https.Response: | ||
# return https.Response("Hello world!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline at eof
d1a42b2
to
02ef09d
Compare
c8d8bbb
to
02af491
Compare
⏳ This pull request is set to merge as part of a Graphite merge job |
02ef09d
to
5dafafe
Compare
02af491
to
c2e179f
Compare
5dafafe
to
7a3e720
Compare
c2e179f
to
d0028a7
Compare
7a3e720
to
ffd7644
Compare
d0028a7
to
e1fc3bf
Compare
Add Python as an option for
firebase init functions
.The python choice is guarded behind the
pythonfunctions
experiment. You can enable the experiment withfirebase experiments:enable pythonfunctions
.This PR is a fork of #4653. With this PR, #4653 is now obsolete.